All Questions
2 questions
1
vote
2
answers
867
views
How can I render 3D dots at object vertex positions?
What is the best way to put a dot on a vertex?
I have a model (a plane for example) consisting of a few thousand vertices. I want to draw a red dot at every vertex's 3D position, just like 3ds Max's ...
2
votes
2
answers
1k
views
Compatibility between DirectX 9 and DirectX 10 shaders
I am a beginner to game development and as I am used to programming in C# I decided to go for XNA. I've been playing around with it for a while and now I am learning the basics of HLSL shaders, I have ...