Open 3D Engine Atom Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Render::OcclusionCullingPlane Class Referencefinal

This class represents an OcclusionCullingPlane which is used to cull meshes that are inside the view frustum. More...

#include <OcclusionCullingPlane.h>

Inherits AZ::Data::AssetBus::MultiHandler.

Public Member Functions

void Init (RPI::Scene *scene)
 
void SetTransform (const AZ::Transform &transform)
 
const AZ::Transform & GetTransform () const
 
void SetEnabled (bool enabled)
 
bool GetEnabled () const
 
void ShowVisualization (bool showVisualization)
 
void SetTransparentVisualization (bool transparentVisualization)
 

Detailed Description

This class represents an OcclusionCullingPlane which is used to cull meshes that are inside the view frustum.


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