Page 1 of 1
Rendering Entities
Posted: Tue Oct 19, 2010 4:28 am
by Garrland
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
Re: Rendering Entities
Posted: Tue Oct 19, 2010 4:47 am
by Norbo
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.
Re: Rendering Entities
Posted: Tue Oct 19, 2010 12:05 pm
by Garrland
Excellent, I knew I was missing something.
Thanks