I want to do some operation on 3d external file. for example I want to read file x y z axis, I want to restrict or set boundary on that 3d file. Which is the best loader to do operations.
Mugen87
November 1, 2017, 12:20pm
2
This post might help you to get a first overview of formats and loaders:
It’s a fair question
The answer is… a LOT of different applications. Three.js supports loading of many different formats - see the loader examples for a complete list.
So technically, any application that exports in any of those formats can be used, which is pretty much any 3D application.
In practice though, things get much more complicated. A lot of the loaders are old and out of date, or have only partial support for the formats.
Formats
The loaders and file format I’ve used that w…
Furthermore, i’m not sure i have understood your requirements. You need to describe more precisely what you actually want to do.
2 Likes