Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::cone_node:
Public Member Functions | |
cone_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
virtual | ~cone_node () throw () |
Destroy. | |
virtual viewer::object_t | insert_geometry (openvrml::viewer &viewer, rendering_context context) |
Insert this geometry into viewer's display list. | |
Private Attributes | |
sfbool | bottom |
bottom field. | |
sffloat | bottomRadius |
bottomRadius field. | |
sffloat | height |
height field. | |
sfbool | side |
side field. | |
Friends | |
class | cone_class |
Class object for Cone nodes. |
|
Construct.
|
|
Insert this geometry into
Implements openvrml::geometry_node. |