I've been looking through the forums and reading the documentation. I want to render a graphical representation of the entities for debugging. It makes sense that a physics library would not contain any rendering code but I wanted to make sure I wasn't missing something before I write my own entity renderer.
Thanks
Rendering Entities
Re: Rendering Entities
The BEPUphysicsDrawer in the BEPUphysicsDemos source can draw entities and some other common BEPUphysics constructs for debugging/visualization purposes.
The binary version of the BEPUphysicsDrawer is what is used for most of the other documentation demos, too.
The binary version of the BEPUphysicsDrawer is what is used for most of the other documentation demos, too.
Re: Rendering Entities
Excellent, I knew I was missing something.
Thanks
Thanks