DirectX 10 Instancing Problem (objects cannot be seen)

Posted by Riffraff on Game Development See other posts from Game Development or by Riffraff
Published on 2012-07-11T08:17:54Z Indexed on 2012/07/11 9:23 UTC
Read the original article Hit count: 210

Filed under:
|

Right now I'm trying to implement an area that is filled with vegetation. I have tried mesh version and right now I'm trying to implement instancing version but I cannot manage to make it work. I can't see any object. I search for any problem of buffers with FAILED() and D3D10_CREATE_DEVICE_DEBUG but they didn't help me either. Right now I don't even know which part of my code to share to explain my problem.

© Game Development or respective owner

Related posts about game-design

Related posts about directx10