Click or drag to resize
SceneNodeType Enumeration

[Missing <summary> documentation for "T:GeonBit.ECS.SceneNodeType"]

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum SceneNodeType
Members
  Member nameValueDescription
Simple0 A simple node without any culling (will always draw, unless parent is culled).
BoundingBoxCulling1 Scene node that cull using bounding-box and camera frustom.
BoundingSphereCulling2 Scene node that cull using bounding-sphere and camera frustom. TBD
ParticlesNode3 Scene node to use for particles. TBD
OctreeCulling4 Scene node with octree culling. TBD
See Also