o3de / o3de-multiplayersample

Multiplayer sample project for the Open 3D Engine
https://o3de.org
Other
79 stars 56 forks source link

Alternate example of multiplier sample entity filtering component using occlusion culling bus #481

Closed gadams3 closed 2 months ago

gadams3 commented 2 months ago

This is another example of a multiplayer entity filtering component that should prevent network replication for players or objects that cannot be seen by the client, if there is an active occlusion culling system that utilizes the occlusion request bus.

The code compiles in the component can be added from the editor but it is not added or active by default.