A mathematical representation of any three-dimensional surface of an object.
Questions tagged [3d-model]
344 questions
0
votes
1 answer
how to use obj2opengl.pl
Now, I have a 3d model to .obj file extension, but I use JavaScript and obj2opengl.pl.
Guide how to use the steps to export the files .h extension?

Petchch Jonh
- 41
- 5
0
votes
1 answer
exporting from 3ds Max to XNA
I have created some 3Ds model in 3Ds Max , however after I exported as FBX file and loading it to XNA the models rendered without any mapping and textures from 3Ds Max ?
could someone know hoe to export those mapping and textures?

user1724242
- 25
- 6
0
votes
1 answer
Moving a 3D model on Google Earth
I'm working on a KML file for moving a model in space with interpolation (smoothly).
I developed the following code, but it doesn't work. Any suggestion?

Alessio Guglielmo
- 15
- 1
- 3
0
votes
1 answer
JME: Import a Cinema 4d Model with texture to jMonkey Projekt
my problem is:
i have made a 3D model with texture in Cinema 4d ( similiar to this one : http://preview.turbosquid.com/Preview/2011/03/30__13_54_17/space%20shuttle%206.jpgeec17db2-6651-453c-9d27-ea1908e3c7dfLarge.jpg )
Now i want to export it to my…

JavaNullPointer
- 1,199
- 5
- 21
- 43
0
votes
4 answers
Which current WebGL library supports most 3D model formats (and which ones)?
Searched a while but dont know which current WebGL solution supports the most 3d formats.
Also I need to know which 3d formats they support.
Are there any updated comparisons or tables with these information?
Something like copperlicht? An…
user753676
0
votes
1 answer
3D model format for OpenGL ES Android
when I was working with XNA model format was obvious .X or .FBX, they had bones so I was able to do animation and collision detection, they probably had everything I needed. But now I started to work with Android and OpenGL ES and I can't seem to…

noon
- 105
- 1
- 3
- 8
-1
votes
0 answers
How to make a 3D plane model fly along a GPS route in Google Earth Pro
i have created a 3D plane model, and exported as plane.dae;
then i import plane.dae into google earth pro;
i also get a fly route kml from: https://zh.flightaware.com/live/flight/DAL3/history/20230805/0210ZZ/KJFK/EGLL/google_earth
i convert the kml…

Tom Chen
- 41
- 4
-1
votes
1 answer
How to rotate a vector in opengl?
I want to rotate my object,when I use glm::rotate.
It can only rotate on X,Y,Z arrows.
For example,Model = vec3(5,0,0)
if i use Model = glm::rotate(Model,glm::radians(180),glm::vec3(0, 1, 0));
it become vec3(-5,0,0)
i want a API,so i can rotate on…

Kevin Su
- 542
- 2
- 6
- 24
-1
votes
1 answer
How can I get the names of all nodes or polygons from an fbx file?
I have a 3D character model saved in an FBX format. I want to know the list of names for each model or joint so I can decide if that part of the character is relevant to me or not. I am not using Maya software. I got the 3D model from a third party…

Manisha Malik
- 127
- 2
- 13
-1
votes
1 answer
What is the best 3D modelling software for my purpose?
I am working on a presentation, I think of adding a model of a hydroponic system, there should be some pipes which are parallel, connected with small pipes, the large ones should have holes and plants getting out of them. I never made a 3D model,…

AHelmi25
- 1
- 1
-1
votes
1 answer
What is using in visual studio 2012 for convert 3d model .obj
In VS 2012 integrated rendering and editor 3d model in *.obj fale.
What is using in VS for convert/import and render 3d model?

Sequd
- 91
- 8
-1
votes
1 answer
Nonconvex 3d model algorithm
I have cloud of 3d points (relief) and I need a simple algorithm of creating nonconvex 3d model. Could you help me?

user2022789
- 13
- 1
-2
votes
1 answer
Which file is supported by Microsoft Mesh app?
The Microsoft Mesh app on Hololens 2 allows loading files from the local device. I want to load 3D models to my workspace, but don't know which types of 3D models are supported. I have tried .fbx files but had no success.

LuuSang
- 141
- 1
- 7
-3
votes
1 answer
3d Modeling - How do I make a 3d model that’s complex?
So, I’m attempting to create a 3d model of a bow (and arrow). I have some experience with making 3d models but nothing this complicated. I’ve created the 2d sketch of it and then extruded it to make it 3d, but I can’t figure out how to round the…

Kyris
- 43
- 6