Tagged Questions
9
votes
3answers
2k views
Animation in OpenGL using 3D Models
I have created a model in Blender. Now i want to read that 3D model in my c++ program. I figured that a model can be exported to various file formats e.g. .obj, .3ds or COLLADA and then can be read in ...
4
votes
1answer
208 views
How to program a cutting tool for 3D model in game
I'm looking for a resource to figure out how to program a function to cut a 3d model in game.
Example: Enemy/NPC is sliced into 2 pieces with a sword. His body is not hollow, you can see bloody ...
3
votes
4answers
2k views
what is the simplest 3d software for unity?
Ive heard a lot about Daz studio, Poser, Maya, K-3d, Anim8or, Blender, and all the rest.
My question is which one is the best choice in terms of simplicity and quality. price is not an issue really. ...
3
votes
2answers
1k views
How to render a retro-like pixel graphics from 3d models?
I was wondering if there's a possibility to render a retro-pixel-like graphics from 3d model in real time?
I'm talking about the Starfarer-like graphics.
I know it's hand drawn, and it's 2d.
But if I ...
3
votes
0answers
109 views
Point cloud to CAD model
Point clouds can be obtained from a physical camera using phase shift algorithm. These may be 3-4 separate point clouds. My job is to combine those point clouds (register, filter) using signal ...
1
vote
2answers
142 views
How to handle dynamic unit color?
I'm working on a 3D real time tactics wargame and a primary feature is military customisation. As part of the customisation, I would like to have the player be able to change some of the colors of the ...
1
vote
2answers
247 views
XNA 4.0, Combining model draw calls
I have the following problem: The levels in my game are made up of a Large Quantity of small Models and because of that I am experiencing frame rate problems. I already did some research and came to ...
1
vote
1answer
106 views
Customiazable graphical weapon models [closed]
I'm new to game dev. I need 2D or 3D models of real weapons for an app I'm writing.
But I'm no 2D/3D graphics genius ;)
Is there any place where I can get such things? For free or commercially. Both ...
1
vote
0answers
104 views
How to draw a large number of model (identical) with vertex buffer in XNA?
I am facing a problem that many developers as have probably found a solution.
I have a small project with a floor designed with small cubes (100X100).
If I exceed this limit, my game suffered major ...
0
votes
1answer
294 views
3DS Max exporting too many vertexes for model
I have a sample model of a cube and a buddha downloaded from internet in 3ds format which I can load correctly into my program and view them without problem, but wanted to try and create my own model. ...
-1
votes
1answer
361 views
Blender or 3Ds Max [closed]
I am starting a 3D video game project and I do not know whether I should use Blender or 3Ds max. Other sites say to use Blender because it has similar functionality and it is free, but I need to know ...