ModelHandle/source/import
2021-11-13 20:56:35 +01:00
..
filelist.js Automatically remove trailing whitespaces in Visual Studio Code. 2021-10-25 16:30:25 +02:00
importer3dm.js Import all models as hierarchical model, but put all the meshes under the root node. 2021-10-27 08:25:47 +02:00
importer3ds.js Introduce node types. GroupNode is a node that contains child nodes and optionally some meshes. MeshNode is a node that contains only one mesh. MeshNodes are not visible in the tree. 2021-11-13 20:56:35 +01:00
importer.js Make three.js importers inherit from a three.js importer base class. 2021-11-01 07:47:45 +01:00
importerbase.js Pass original file name and extension to importers. 2021-09-24 08:16:18 +02:00
importergltf.js Introduce node types. GroupNode is a node that contains child nodes and optionally some meshes. MeshNode is a node that contains only one mesh. MeshNodes are not visible in the tree. 2021-11-13 20:56:35 +01:00
importerifc.js Import all models as hierarchical model, but put all the meshes under the root node. 2021-10-27 08:25:47 +02:00
importero3dv.js Revert "Add transformation for mesh objects." 2021-11-13 20:43:54 +01:00
importerobj.js Import all models as hierarchical model, but put all the meshes under the root node. 2021-10-27 08:25:47 +02:00
importeroff.js Import all models as hierarchical model, but put all the meshes under the root node. 2021-10-27 08:25:47 +02:00
importerply.js Import all models as hierarchical model, but put all the meshes under the root node. 2021-10-27 08:25:47 +02:00
importerstl.js Import all models as hierarchical model, but put all the meshes under the root node. 2021-10-27 08:25:47 +02:00
importerthree.js Introduce node types. GroupNode is a node that contains child nodes and optionally some meshes. MeshNode is a node that contains only one mesh. MeshNodes are not visible in the tree. 2021-11-13 20:56:35 +01:00
importerutils.js Texture resizing to power-of-two sides is slow #105 2021-07-28 20:25:55 +02:00