ModelHandle/source/import
2021-11-22 08:59:30 +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 Rename ImportBuffers to ImporterFileAccessor. 2021-11-19 08:00:32 +01:00
importerbase.js Minor modification. 2021-11-16 08:34:52 +01:00
importergltf.js Fix glTF import when a mesh node has children. 2021-11-13 21:29: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
importersvg.js Use materials in svg importer. 2021-11-15 18:16:05 +01:00
importerthree.js Access files through importer callback so they will appear among missing files. 2021-11-22 08:59:30 +01:00
importerutils.js Texture resizing to power-of-two sides is slow #105 2021-07-28 20:25:55 +02:00