115f4dce55
Add framework for supporting geometrical occluders within rooms, and add support for sphere occluders. Includes gizmos for editing. They also work outside the portal system.
15 lines
410 B
XML
15 lines
410 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="OccluderShape" inherits="Resource" version="3.4">
|
|
<brief_description>
|
|
Base class for shapes used for occlusion culling by the [Occluder] node.
|
|
</brief_description>
|
|
<description>
|
|
[Occluder]s can use any primitive shape derived from [OccluderShape].
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|