USNavalResearchLaboratory / simdissdk

SIMDIS SDK
Other
114 stars 40 forks source link

Speed up 3D RF Prop #57

Closed jasonbeverage closed 4 years ago

jasonbeverage commented 4 years ago

This PR speeds up the 3D RF prop code dramatically by combining all of the cubes into a single draw call instead of creating many small draw calls as it did previously.

jasonbeverage commented 4 years ago

Hey Dan, I pushed a commit that should address your issues.