Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
214 views

3D model viewer using python?

Are there any libraries that will let me view a 3D model using python? Something simple like providing a set of vertices, faces, normals, and texture coords and then it'll create a window and then ...
0
votes
1answer
57 views

3D interactive web-deploy 3d-modeling

I am looking for a dependable workflow that will allow interactive, 3D models deployed on the web (i.e.: low-poly, low-res). The question is how to target and programmatically animate parts of the ...
0
votes
1answer
84 views

3D models: vertex with different UV

I am writing a python script that parses a 3D model file from one format to another and noticed a problem when storing vertices. It seems like the same vertex could have different UV's in different ...
0
votes
1answer
395 views

how can i animate fbx model by changing frames in xna

i am simulating a tennis game and i have a tennis player which i made with 3d max and it has frames for each movement and exported it as fbx model but i don't know how to use this frames to animate ...
0
votes
2answers
681 views

Creating 3D model using set of 2D images on Windows

I want to create a 3D model using set of 2D images on windows which can be send through webservice to iphone to display on it. I know it can be done through Opengl but don't know how to start and also ...