|
| | DtPolygonModelInstance (DtDe &de) |
| | CTOR. More...
|
| |
| virtual | ~DtPolygonModelInstance () |
| | DTOR. More...
|
| |
| virtual bool | realize (DtModelDefinition &definition) |
| | Attempt to realize a definition. More...
|
| |
| virtual void | setColor (float r, float g, float b, float a) |
| | Set the color of the Polygon. More...
|
| |
| virtual void | enableLighting (bool lit) |
| | Set whether the polygon is lit. More...
|
| |
| virtual void | enableColorBlending (bool colorBlend) |
| | Set whether color blending is used. More...
|
| |
| virtual void | setPosition (int vtx, const DtVector &position) |
| | Set one of the endpoints of the Polygon. More...
|
| |
| virtual void | setTexturePath (const std::string &texturePath) |
| | Set the texture file path for the polygon. More...
|
| |
| virtual void | setNumTextureTiles (double numTiles) |
| | Set the number of times to tile the texture. More...
|
| |
| virtual void | setOrientation (int vtx, const DtTaitBryan &orientation) |
| | No-op. More...
|
| |
| virtual void | addToConnector (DtOsgSceneConnector *connector) |
| | Tell the model instance to add itself to the provided node. More...
|
| |
| virtual bool | removeFromConnector (DtOsgSceneConnector *connector) |
| | Tell the model instance to remove itself from the provided node. More...
|
| |
| virtual void | setVisible (bool isVisible) |
| | no-op More...
|
| |
| virtual void | addPoint (const DtVector &point, int index) |
| | Add a new point to the line at the specified index, or, at the end if index is -1. More...
|
| |
| virtual const VertexList & | points () const |
| | Points that make up this polygon. More...
|
| |
| virtual void | setPickable (bool enabled) |
| | Sets whether or not the line is pickable. More...
|
| |
| virtual void | removePoint (int index) |
| | Removes the point from the specified index. More...
|
| |
| virtual void | setStipplePattern (unsigned int stipplePattern) |
| | Sets stipple pattern for the polygon. More...
|
| |
| virtual void | setWidth (float width) |
| | Set the line width. More...
|
| |
| virtual int | pointCount () const |
| | Returns the number of points. More...
|
| |
| virtual DtVector | point (int) const |
| | Returns the index at the given position. More...
|
| |
| virtual void | updateGeometry () |
| | Updates all geometry and state. More...
|
| |
| virtual | ~DtOsgModelInstance () |
| | DTOR. More...
|
| |
| virtual bool | cloneInstance (DtModelDefinition &definition) |
| | Attempt to clone the basic geometry. More...
|
| |
| virtual bool | saveModelToFile (const std::string &filename) const |
| | Attempt to save the model to a file. More...
|
| |
| virtual void | setBlendColor (float r, float g, float b, float a) |
| | set the model's color More...
|
| |
| virtual void | enableTexture (bool onOff) |
| |
| virtual osg::Node * | rootNode () |
| | Get the model instance's root node. More...
|
| |
| virtual const osg::Node * | rootNode () const |
| |
| virtual osg::Node * | sensorNode () |
| | Get the model instance's sensor node, . More...
|
| |
| virtual const osg::Node * | sensorNode () const |
| |
| virtual void | addDynamicSensorRegion (const std::string ®ion) |
| | Add an active region state. More...
|
| |
| virtual void | setDynamicSensorRegion (const std::string ®ion, bool state) |
| | Set the state of an active region. More...
|
| |
| virtual bool | dynamicSensorRegion (const std::string ®ion) |
| | Get the current state of the specified sensor region. More...
|
| |
| SensorRegionStateMap const | dynamicSensorRegionMap () const |
| | Get the map containing all regions and their current states. More...
|
| |
| virtual void | slot_atcGlobalModelEnableChanged () |
| | Slot to handle the global alpha to coverage signal for entities. More...
|
| |
| virtual bool | alphaToCoverageEnabled () |
| | Get the current setting for alpha to coverage for this model. More...
|
| |
| virtual void | registerLightPoints (const std::string &groupName, bool daylightControlledLights) |
| | loop over all this models light points and register them with the light point manager daylightControlled is only used if the light points do not already have a type specified More...
|
| |
| | DtModelInstance (DtDe &de) |
| | CTOR. More...
|
| |
| virtual | ~DtModelInstance () |
| | DTOR. More...
|
| |
| const std::string & | realizedDefinitionName () const |
| | Get the name of the definition that this model instance was realized with. More...
|
| |
| const DtVector & | boundingBoxExtents () const |
| | Get the bounding box extents of the model instance. More...
|
| |
| void | getBoundingBoxExtents (double &x, double &y, double &z) const |
| | Get the bounding box extents of the model instance. More...
|
| |
| const DtVector & | boundingBoxCenter () const |
| | Get the bounding box center of the model instance. More...
|
| |
| void | getBoundingBoxCenter (double &x, double &y, double &z) const |
| | Get the bounding box center of the model instance. More...
|
| |
| void | getBoundingBoxComponents (DtVector &minimum, DtVector &maximum) |
| | Get the bounding box min/max of the model instance. More...
|
| |
| const DtVector & | allGeometryboundingBoxExtents () const |
| | functions for getting the allGeometry versions of the extents (they are calculated by traversing as if all switch paths are active) More...
|
| |
| void | getAllGeometryBoundingBoxExtents (double &x, double &y, double &z) const |
| | Get the all geometry version of bounding box extents of the model instance. More...
|
| |
| const DtVector & | allGeometryboundingBoxCenter () const |
| | Get the all geometry version of bounding box center of the model instance. More...
|
| |
| void | getAllGeometryBoundingBoxCenter (double &x, double &y, double &z) const |
| | Get the all geometry version of bounding box center of the model instance. More...
|
| |
| void | getAllGeometryBoundingBoxComponents (DtVector &minimum, DtVector &maximum) |
| | Get the all geometry version of bounding box min/max of the model instance. More...
|
| |
| virtual void | setContributesToBound (bool trueOrFalse) |
| | Set whether this model instance contributes to an object's overall bounding volume. More...
|
| |
| bool | contributesToBound () const |
| | Get whether this model instance contributes to an object's overall bounding volume. More...
|
| |
|
| static osg::Vec4 | readVec4 (const std::string ¶mName, const DtModelDefinition &definition, const osg::Vec4 &initValue=osg::Vec4(1, 1, 1, 1)) |
| |
| static osg::Vec3 | readVec3 (const std::string ¶mName, const DtModelDefinition &definition, const osg::Vec3 &initValue=osg::Vec3(1, 1, 1)) |
| |
| static float | readFloat (const std::string ¶mName, const DtModelDefinition &definition) |
| |
| static DtVector | readVector (const std::string ¶mName, const DtModelDefinition &definition) |
| |
boost::signalslib::signal
< void(const std::string &) > | signal_dynamicSensorRegionAdded |
| | Signal raised when a dynamic sensor region is added. More...
|
| |
boost::signalslib::signal
< void(const std::string
&, bool) > | signal_dynamicSensorRegionChanged |
| | Signal raised when a dynamic sensor region's state changes. More...
|
| |
boost::signalslib::signal
< void(bool)> | signal_atcModeEnableChanged |
| | Signal raised when alpha to coverage for this model is changed. More...
|
| |
boost::signalslib::signal
< void(DtModelInstance *)> | signal_modelInstanceChanged |
| |
Model instance to draw a polygon.