kikonen / learnopengl

https://learnopengl.com
1 stars 0 forks source link

physics: use non-placeable height maps #102

Open kikonen opened 2 months ago

kikonen commented 2 months ago

Placeable height maps have worse performance (according to docs), thus would be better to use non placeable height maps

Limitations for placeable

Not sure if non placeable heightmap,, however, can be placed anywhere elsewhere except (0, 0, 0). If not then it does not work for any bigger tile based world.