Main Page   Modules   Namespace List   Class Hierarchy   Compound List   Namespace Members   Compound Members   Related Pages  

openvrml::vrml97_node::text_node::text_geometry Struct Reference

Holds the text geometry. More...

List of all members.


Public Attributes

std::vector< vec3fcoord
 Text geometry coordinates.

std::vector< int32coord_index
 Text geometry coordinate indices.

std::vector< vec3fnormal
 Text geometry normals.

std::vector< vec2ftex_coord
 Text geometry texture coordinates.


Detailed Description

Holds the text geometry.


Member Data Documentation

std::vector< vec3f > openvrml::vrml97_node::text_node::text_geometry::coord
 

Text geometry coordinates.

std::vector< int32 > openvrml::vrml97_node::text_node::text_geometry::coord_index
 

Text geometry coordinate indices.

std::vector< vec3f > openvrml::vrml97_node::text_node::text_geometry::normal
 

Text geometry normals.

std::vector< vec2f > openvrml::vrml97_node::text_node::text_geometry::tex_coord
 

Text geometry texture coordinates.