The Wayback Machine - https://web.archive.org/web/20200918110623/https://github.com/reinsteam/Unity-FrustumCulling
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Unity-FrustumCulling

A short example to compare performance of simple frustum culling implemented using the following available components in Unity

Method Multithreading
Standard Unity Math -
Unity.Mathematics optional, via Unity.Jobs
Unity.Mathematics compiled with Burst optional, via Unity.Jobs
Native code via Plugins -

Package Dependencies

  • Burst
  • Collections
  • Jobs
  • Mathematics

About

An example to compare performance of Unity Burst compiler vs natively compiled code imported as plugin

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.