A
A
Antonzm2016-02-14 18:00:55
Java
Antonzm, 2016-02-14 18:00:55

How to dump .3ds file into arrays (buffers) using java? (Vertices, Colors, Normals)?

I want to make 3d models in 3d max and then use them using OpenGL ES 2.0, but the problem is that I have no idea how to extract the necessary information (Vertices, colors, normals) from a file with the .3ds extension.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Dorofeev, 2016-02-14
@Antonzm

You need to export the file .3dswith extension .obj.
This is done in a lot of ways. Personally, for my own convenience, I import .3ds into Unity, and then export using this plugin.
How to upload a model .objis easily searched by a search engine.
Usually, by the time of release, they .objconvert to a more runtime-friendly and lighter .g3db.
You can do this with this utility.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question