Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Vrml_Separator Class Reference

defines a Separator node of VRML specifying group properties.
This group node performs a push (save) of the traversal state before traversing its children
and a pop (restore) after traversing them. This isolates the separator's children from the
rest of the scene graph. A separator can include lights, cameras, coordinates, normals,
bindings, and all other properties.
Separators can also perform render culling. Render culling skips over traversal of the
separator's children if they are not going to be rendered, based on the comparison of the
separator's bounding box with the current view volume. Culling is controlled by the
renderCulling field. These are set to AUTO by default, allowing the implementation to
decide whether or not to cull.

#include <Vrml_Separator.hxx>

Public Member Functions

DEFINE_STANDARD_ALLOC Vrml_Separator (const Vrml_SeparatorRenderCulling aRenderCulling)
 Vrml_Separator ()
void SetRenderCulling (const Vrml_SeparatorRenderCulling aRenderCulling)
Vrml_SeparatorRenderCulling RenderCulling () const
Standard_OStreamPrint (Standard_OStream &anOStream)

Constructor & Destructor Documentation


Member Function Documentation


The documentation for this class was generated from the following file: