Public Member Functions | |
| Point (const Point &value) | |
| Point () | |
| ~Point () | |
Public Attributes | |
| math::Vector4 | color |
| bool | nonFeature |
| Flag, whether this point should be used during feature sampling. | |
| math::Vector4 | normal |
| math::Vector4 | p |
| unsigned short | partIdx |
| (For multi-part meshes) index of the link this vertex belongs to. | |
| unsigned int | pIdx |
| TexCoord | tex |
| unsigned int | uniquePointIdx |
| Related unique point index position in m_uniquePoints vector. | |
| opentl::core::cvdata::ShapeAppearance::ShapeAppearance::Point::Point | ( | ) | [inline] |
| opentl::core::cvdata::ShapeAppearance::ShapeAppearance::Point::Point | ( | const Point & | value | ) | [inline] |
| opentl::core::cvdata::ShapeAppearance::ShapeAppearance::Point::~Point | ( | ) | [inline] |
| math::Vector4 opentl::core::cvdata::ShapeAppearance::ShapeAppearance::Point::color |
vertex color (RGBA)
| bool opentl::core::cvdata::ShapeAppearance::ShapeAppearance::Point::nonFeature |
Flag, whether this point should be used during feature sampling.
| math::Vector4 opentl::core::cvdata::ShapeAppearance::ShapeAppearance::Point::normal |
normal vector of point
| math::Vector4 opentl::core::cvdata::ShapeAppearance::ShapeAppearance::Point::p |
point coordinates
| unsigned short opentl::core::cvdata::ShapeAppearance::ShapeAppearance::Point::partIdx |
(For multi-part meshes) index of the link this vertex belongs to.
| unsigned int opentl::core::cvdata::ShapeAppearance::ShapeAppearance::Point::pIdx |
unique COLLADA point index
| TexCoord opentl::core::cvdata::ShapeAppearance::ShapeAppearance::Point::tex |
texture coordinates
| unsigned int opentl::core::cvdata::ShapeAppearance::ShapeAppearance::Point::uniquePointIdx |
Related unique point index position in m_uniquePoints vector.
1.5.8