Rendering Entities

Discuss any questions about BEPUphysics or problems encountered.
Post Reply
Garrland
Posts: 2
Joined: Tue Oct 19, 2010 4:16 am

Rendering Entities

Post 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
Norbo
Site Admin
Posts: 4929
Joined: Tue Jul 04, 2006 4:45 am

Re: Rendering Entities

Post 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.
Garrland
Posts: 2
Joined: Tue Oct 19, 2010 4:16 am

Re: Rendering Entities

Post by Garrland »

Excellent, I knew I was missing something.

Thanks
Post Reply