mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 13:50:25 +01:00
ply
This commit is contained in:
parent
8c487bc020
commit
471a066247
@ -30,9 +30,6 @@ namespace scene
|
|||||||
//! OBJ mesh writer for .obj files
|
//! OBJ mesh writer for .obj files
|
||||||
EMWT_OBJ = MAKE_IRR_ID('o','b','j',0),
|
EMWT_OBJ = MAKE_IRR_ID('o','b','j',0),
|
||||||
|
|
||||||
//! PLY mesh writer for .ply files
|
|
||||||
EMWT_PLY = MAKE_IRR_ID('p','l','y',0),
|
|
||||||
|
|
||||||
//! B3D mesh writer, for static .b3d files
|
//! B3D mesh writer, for static .b3d files
|
||||||
EMWT_B3D = MAKE_IRR_ID('b', '3', 'd', 0)
|
EMWT_B3D = MAKE_IRR_ID('b', '3', 'd', 0)
|
||||||
};
|
};
|
||||||
|
@ -231,16 +231,6 @@ namespace scene
|
|||||||
* loader.</TD>
|
* loader.</TD>
|
||||||
* </TR>
|
* </TR>
|
||||||
* <TR>
|
* <TR>
|
||||||
* <TD>Stanford Triangle (.ply)</TD>
|
|
||||||
* <TD>Invented by Stanford University and known as the native
|
|
||||||
* format of the infamous "Stanford Bunny" model, this is a
|
|
||||||
* popular static mesh format used by 3D scanning hardware
|
|
||||||
* and software. This loader supports extremely large models
|
|
||||||
* in both ASCII and binary format, but only has rudimentary
|
|
||||||
* material support in the form of vertex colors and texture
|
|
||||||
* coordinates.</TD>
|
|
||||||
* </TR>
|
|
||||||
* <TR>
|
|
||||||
* <TD>Stereolithography (.stl)</TD>
|
* <TD>Stereolithography (.stl)</TD>
|
||||||
* <TD>The STL format is used for rapid prototyping and
|
* <TD>The STL format is used for rapid prototyping and
|
||||||
* computer-aided manufacturing, thus has no support for
|
* computer-aided manufacturing, thus has no support for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user