I'm using tree sprites for terrain scenery and I would like to be able to collide with them. However, I want to be able to walk through the leaves, and collide only with the trunk. My workaround is to just have an invisible quad in the same spot as the trunk for collision. If my scene were to have hundreds/thousands of trees, would this negatively influence performance to have an extra quad per tree?
Thanks!
↧