BEPUphysicsDrawer
Posted: Sun Jul 04, 2010 11:08 am
I was going through the BEPUphysicsDemo and I saw how it was going about drawing all of its entities to the screen using a custom namespace they made called BEPUphysicsDrawer, so i decided to see if i could implement this into some of my small yet physics oriented projects im working on,
My problem is that after setting up everything i needed to load my terrain model using the staticTriangleGroup, when i ran my program an error was thrown where I insanciated my ModelDraw class
modelDrawer = new InstancedModelDrawer(this);
the error said "Error loading "Textures\\red". File not found."
after searching through the original source from the demo i found that indeed it does use a texture called red, but im confused as to why its throwing this error.
ps after looking through the ragdoll source im setting up the ModelDraw class pretty much the exact same way with the same referencing and using statements.
Thoughts??
My problem is that after setting up everything i needed to load my terrain model using the staticTriangleGroup, when i ran my program an error was thrown where I insanciated my ModelDraw class
modelDrawer = new InstancedModelDrawer(this);
the error said "Error loading "Textures\\red". File not found."
after searching through the original source from the demo i found that indeed it does use a texture called red, but im confused as to why its throwing this error.
ps after looking through the ragdoll source im setting up the ModelDraw class pretty much the exact same way with the same referencing and using statements.
Thoughts??