Questions tagged [3ds]

Autodesk® 3ds Max®, 3D computer graphics software for making 3D animations, models, and images.

Autodesk® 3ds Max® and Autodesk® 3ds Max® Design software provide powerful, integrated 3D modeling, animation, and rendering tools that enable artists and designers to focus more energy on creative, rather than technical challenges. The products share core technology, but offer specialized toolsets for game developers, visual effects artists, and motion graphics artists along with other creative professionals working in the media design industry on one hand; and architects, designers, engineers, and visualization specialists on the other.

-from Wikipedia

144 questions
25
votes
5 answers

Do Wavefront .obj files support animation?

How does one export a 3D Studio animated model to OBJ format (if possible)? What will be the resulting file like? How would I read that?
zaratustra
  • 8,148
  • 8
  • 36
  • 42
7
votes
6 answers

Display 3dsmax models in web browser

I have some 3d models written in 3dmax/maya/cad/4dcinema , i wand to display them in my website so user can rotate the model and inspect it . i have found this on the internet http://replimat.com/thingiview/examples/client_side_ajax.html i think it…
Rami Dabain
  • 4,709
  • 12
  • 62
  • 106
5
votes
3 answers

Opayo 3ds2 - sagepay PI integration rsa3dsauth.co.uk fails to return the threeDSSessionData

Opayo returns from our payment request asking us to contact https://www.rsa3dsauth.co.uk/3ds2/cReqWebBased?issuer=barclays" for 3D Secure auth, so we send this:
Dawn
  • 51
  • 2
5
votes
1 answer

Is there a command line in Google Sketchup to export in 3ds or fbx format?

I am looking for a way to convert several skp, kmz or dae files at once into 3ds or fbx format. In sketchup pro you can do export as...3ds or fbx but that would take too long to open each file and export it. Is there a command line in sketchup, or a…
odle
  • 5,172
  • 8
  • 29
  • 33
5
votes
2 answers

OpenGL Texture Mapping

I am new to game programming and graphics programming. However, I eagerly wish to learn, so I have begun building a game engine with OpenGL. I have implemented all of the basic graphical features, and now I want to add texture support for my…
user434565
  • 909
  • 1
  • 10
  • 21
5
votes
2 answers

3D model (.3ds) in Qt OpenGL widget

I need to load a 3D model (.3ds file) in my QGLWidget (Qt OpenGL widget). I am looking for a cross-platform solution working under Linux, Windows and Mac. I have found some solutions on the web, but still have not been able to integrate any of them…
Mikael
  • 183
  • 3
  • 4
  • 11
4
votes
1 answer

convert .3ds file to .obj /collada / gltf using npm package / python script

I have some .3ds format files ,I want to convert it to gltf format. Is there any package to convert it direct to .gltf format or to collada/.obj format. As for collada/.obj to gltf ,there are npm package available. I need some npm package or python…
user10780294
4
votes
2 answers

How do I import 3ds models into JAVAFX?

Here are the loaders, but I can't find an example of how to use the code on the internet. I have plenty of models as I'm a 3d modeler, but I don't know how to use the following link to import my 3ds models into javafx. Any help would be appreciated.…
user3262133
  • 41
  • 1
  • 1
  • 3
3
votes
1 answer

Bones in 3DS max or blender

I'm pretty much grabbing at straws here cause I have no idea what I'm asking, but here is the question. I've been looking at 3D modeling out of pure interest and came across the concept of bones. Now, I am not too sure what bones are even after…
MxLDevs
  • 19,048
  • 36
  • 123
  • 194
3
votes
3 answers

Convert Autocad DWG to OBJ, FBX or similar

How can i convert an autocad dwg or dxf file to a more 'common' format like OBJ, FBX, 3DS, etc. ? I have tried a free software called abviewer 10 but the exported file is always empty.
AHS
  • 175
  • 1
  • 3
  • 13
2
votes
1 answer

Give each object in scene a unique wirecolor?

Know of any scripts, or code, to do this? I've seen several which gives random colors, but I need to make sure no two objects have the same wirecolor.. Thanks! =)
Stian Berg Larsen
  • 543
  • 2
  • 10
  • 29
2
votes
1 answer

3ds animation on android

I'm struggling to find a way to load a 3d model/animation on Android. I know min3d framework and I would like to create a sample 3d animation, like a level, and running it on android. Min3D is supporting really well the md2 files but I don't know…
fran
  • 515
  • 2
  • 11
  • 22
2
votes
1 answer

Creating my own FBX files for XNA? (in 3ds max)

I'm now reading this example. I see there is one FBX file and a few texture files in the content project, and that in the code you can choose which "take" to play. In the code it is "Take_001". Please tell me: When I create and animate my own 3D…
Itamar Marom
  • 525
  • 8
  • 21
2
votes
1 answer

iPhone : 3d Objects with animation

What is the best format to use for 3D characters with the iPhone. I am looking to find free characters and did look at md2 (previous post), however there does not seem to be much free quality stuff about. All I am after is to have a few normal 3D…
Burf2000
  • 5,001
  • 14
  • 58
  • 117
2
votes
2 answers

random number generator being called when it shouldn't, i think

#include "std_lib_facilities.h" #include static float dx=0.0; static float dz=10; static float points[2]; static float cx=0.0; static float cy=0.0; static float cz=0.0; static float spin=0.0; static float rotation=1.0; int…
Darren
  • 61
  • 1
  • 7
1
2 3
9 10