Tagged Questions

8
votes
3answers
1k 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
162 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
1k 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
705 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
31 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
120 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
112 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
96 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 ...
0
votes
1answer
243 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
315 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 ...