FlightGear next
marker.hxx
Go to the documentation of this file.
1// marker.hxx - 3D Marker pins in FlightGear
2// Copyright (C) 2022 Tobias Dammers
3// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
4
5#pragma once
6
7namespace osgText {
8 class String;
9}
10
11namespace osg {
12 class Node;
13 class Vec4f;
14}
15
16osg::Node* fgCreateMarkerNode(const osgText::String&, float font_size, float pin_height, float tip_height, const osg::Vec4f& color);
osg::Node * fgCreateMarkerNode(const osgText::String &, float font_size, float pin_height, float tip_height, const osg::Vec4f &color)
Definition marker.cxx:24
Definition AIBase.hxx:25