Tagged Questions
A representation of an object in 3D space.
1
vote
1answer
74 views
Maya 2012: Is it possible to convert a single polygon to solid object?
Is it possible to somehow extrude a single polygon into creating a solid object (ex: converting square polygon to cube)?
3
votes
0answers
122 views
How does this animation work?
This project "Locomotion Skills for Simulated Quadrupeds" creates an animation for the dog model in the program. However if you go into the project's files the dog's skeleton is made of individual obj ...
0
votes
0answers
79 views
3d modeling based on genetic techniques
I'd like to generate models based on genetic techniques. All information about the model would be stored as genes in the DNA file. The models to be created are creatures, like humans or animals.
I ...
1
vote
0answers
75 views
Creating a model procedurally through coding? [closed]
Possible Duplicate:
Creating a basic character skeleton from code
I'd like to have a procedural system that uses a string of data to create a 3d creature. The way I've thought to do this is ...
1
vote
2answers
52 views
Which things to do in AutoCAD and which in 3ds Max?
I learned 3ds Max two months ago. I am not perfect in it, but I used it to make a model of a house. I am interested in house architectures. I used to model everything in Max.
I have just started to ...
1
vote
1answer
96 views
How can I convert an OBJ model into arrays of vertices and indices?
I'm writing a simple model loader just to learn how models are loaded. I wrote a program to convert .OBJ files in a custom format. (It's virtually exactly the same as .OBJ, I wrote it once again just ...
0
votes
1answer
81 views
Which tool can convert a Torque .dts file?
Into a more common 3D model format such as 3ds, max, or obj.
I know that it is possible (someone did it for me but won't tell me how).
There's a tool called Shaper that looks like it could do it but ...
1
vote
1answer
42 views
Problem displaying model
I downloaded the FBX of this free model:
http://www.turbosquid.com/FullPreview/Index.cfm/ID/485548
Yet when i try and display it in my project
foreach (ModelMesh mesh in player.Meshes)
{
...
3
votes
3answers
213 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. ...
2
votes
1answer
118 views
Need help for weapon models for Unity
I've been working on this FPS game and I've gotten to the point where I need to start adding the weapons in and have been having trouble creating (unsure of what engine to use) them. Is there an ...
3
votes
1answer
77 views
3D models overlapping each other
I have a problem at the moment when I draw some models to teach me more about 3D game programming. The models at the moment overlaps each other from some angles witch makes sense since the game at the ...
0
votes
1answer
68 views
Rotate player to face direction it's moving in 3D space
I'm making a 3D game in XNA4.0. How do I rotate a model to face the direction that the user is pressing. I assume I need to set its look at to the direction being pressed, but can't figure out how to ...
1
vote
1answer
57 views
Customiazable graphical weapon models
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
3answers
92 views
Model won't render in my XNA game
I am trying to create a simple 3D game but things aren't working out as they should. For instance, the mode will not display. I created a class that does the rendering so I think that is where the ...
0
votes
1answer
33 views
Problems in exporting terrain from autodesk 3ds
i am trying to make small counter strike sort of game and for the terrain part i have exported the terrain in 3ds format from Autodesk 3ds-max and imported the same in opengl using lib3ds. Its working ...