Hi guys, I asked this on Gitter but I think Discourse would be more appropriate:
I’m making a new Drawable subclass, and it’s working rather fine, however, the way I’m drawing stuff is actually by calling IsInView in the update event and manually drawing, what’s a hacky solution but I couldn’t find any obvious way to properly draw something, there’s no Draw() or OnDraw() or anything like that, and no way I can see to pass the data to be rendered except maybe GetLodGeometry what I don’t think is what I want. How would you do that?
Thank you