Castle Game Engine
← Users Developers →
 
Intro
 
News
 
view3dscene
 
The Castle
 
All Programs
 
Forum
 
Donate
 
Engine
 
VRML/X3D
 
Blender
 

CAD geometry component

This component defines nodes for describing CAD data. There are nodes for quad rendering, and there are named groups and transformations. We support it fully.

See also X3D specification of CAD geometry component.

Supported nodes:

  • IndexedQuadSet, QuadSet

    See Rendering component.

  • CADAssembly, CADFace, CADLayer, CADPart

    All these nodes are specialized grouping nodes. Additionally, various parts and groups may be assigned names (not displayed by view3dscene anywhere right now). CADPart additionally transforms the children (just like Transform node). CADLayer may additionally hide a subset of it's children by the CADLayer.visible field.