-
Notifications
You must be signed in to change notification settings - Fork 227
FrustumBehaviour
Adrien GIVRY edited this page Sep 26, 2020
·
3 revisions
Defines how the model renderer bounding sphere should be interpreted
- C++ related class:
OvCore::ECS::Components::CModelRenderer::EFrustumBehaviour
Name | Type | Description |
---|---|---|
DISABLED | number |
|
CULL_MODEL | number |
|
CULL_MESHES | number |
|
CULL_CUSTOM | number |
This usertype has no constructors
This usertype has no operators