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
0
votes
1 answer

UV Coordinates Not Correct

I am using Cheetah3D if it mattters. The UV coordinates I am reading in my object made in Cheetah3D are NOT between 0 and 1 like the example model I was provided with the 3DS model object loading code. Some go above 1 as high as 1.56 or so while…
bobber205
  • 12,948
  • 27
  • 74
  • 100
0
votes
1 answer

importing image sequence into 3ds max

i'm trying to import an image sequence onto a plane as a texture, i've imported the 1st picture of the image sequence and ticked the sequence option but it does not run through the sequence, any suggestions please or have I done something wrong?…
user3303993
  • 3
  • 1
  • 2
0
votes
2 answers

Symmetry 3ds Max

I made a hand in 3ds Max and after I made the other hand using symmetry. Now I want to separate the 2 hands in order to have 2 objects with which I need to work individually. Is there any way to do that?
Alina
  • 142
  • 2
  • 13
0
votes
2 answers

3ds object is not visible (beginner)

As a part of my project i need to draw some 3d models. dont have time to learn about 3ds files and how to load them, which looks to me pretty complicated, so i found functions on the web, but the object wont render (or maybe render but not…
0
votes
1 answer

How to include lib3ds to qt project?

I'm using QT 5 with QGLWidget for opengl and need to import some 3ds models. Some people suggested me to use lib3ds, but i cant figure how to use it right.In my .pro file i wrote this: INCLUDEPATH += "C:\Chrome downloads\lib3ds-1.3.0" but when i'm…
Mark
  • 15
  • 1
  • 6
0
votes
1 answer

Assimp not properly loading indices

I'm trying to load simple 3d model cube.3ds, but next error occurs: when I read indices to my vector, vector contains: [0, 1, 2, 3, ...]. It's not properly. I found almost the same topic: Assimp and D3D model loading: Mesh not being displayed in…
eugene
  • 31
  • 2
  • 5
0
votes
1 answer

OpenGL - Import 3ds object and make it solid?

Basically, what I'm trying to do is, import the 3ds object(done) and make it look "solid" so that I can apply lightning to it This is part of what I got: this is where I load the object and put it on screen void render() { int…
Tehort
  • 209
  • 2
  • 3
  • 4
0
votes
1 answer

Online 3D house viewer

Are there any good online 3D viewers which can render an house in modern browsers? It needs to support .3ds format. Or is this still something for the future?
0
votes
1 answer

Is there any software similar to 3dsom,123d?

I can't found some opensource project witch is used to convert 2d photograph to 3d models. 3Dsom or 123d provided by autodesk can work but I can't pay for them. Someone is using any software like them?
user2130310
  • 13
  • 1
  • 3
0
votes
1 answer

How to change target min3d object android?

I using min3d example to show object 3ds. But target file = res/raw and texture = assets. Can i replace target file in my external storage? Thanks!
Arief Rivai
  • 228
  • 6
  • 19
0
votes
0 answers

Scaling an object in XNA and tiling the texture as it scales

I'm making a game using C#/XNA 4.0. So I have a simple box I made in 3DSMax https://i.stack.imgur.com/cgXcl.png And I scale it Vector3 scaleVector = new Vector3(width, 1, height); Matrix newMatrix = scale * translationMatrix; here is the…
user2002287
  • 51
  • 1
  • 6
0
votes
1 answer

Augmented Reality Mask using Facial Recognition on Xbox Kinect with Kinect for Windows SDK

I am using an XBox Kinect with the Kinect for Windows SDK. I want to make an application that will augment a 3D mask (a 3D model of a mask made in 3DS Max) onto the face of anyone using the application. The application will be used in an exhibit…
Max von Hippel
  • 2,856
  • 3
  • 29
  • 46
0
votes
3 answers

Lines in 3Ds Max to Make a surface object

I'm still a beginner in 3Ds Max.. I'm trying to draw this robot head in this way: https://i.stack.imgur.com/jbtoH.jpg When I make it "Surface" it looks like this: https://i.stack.imgur.com/VUpRo.jpg There is something wrong in the front, my lines…
ElieLB
  • 15
  • 3
  • 8
0
votes
1 answer

View Matrix in DirectX 11 - strange transformations

I am writing a renderer plugin to 3ds max that is based on DirectX 11. I am getting actual viewport matrix from 3ds max, that after inverting looks: [Rx Ry Rz] [Ux Uy Uz] [Dx Dy Dz] [Px Py Pz] where R is for Right, U for Up, D id…
mateusz_s
  • 401
  • 1
  • 5
  • 11
0
votes
1 answer

How to get a model from an .3ds to appear on a transperent background?

How do I make the image of the model's background transparent?
Zac
  • 2,201
  • 24
  • 48
1 2 3
9
10