mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 05:40:26 +01:00
Wipe B3D refs
This commit is contained in:
parent
44a23622ea
commit
796e7a63a1
@ -139,21 +139,12 @@ namespace scene
|
|||||||
* <TD>Format</TD>
|
* <TD>Format</TD>
|
||||||
* <TD>Description</TD>
|
* <TD>Description</TD>
|
||||||
* </TR>
|
* </TR>
|
||||||
* <TR>
|
|
||||||
* <TD>Bliz Basic B3D (.b3d)</TD>
|
|
||||||
* <TD>Loader for blitz basic files, developed by Mark
|
|
||||||
* Sibly. This is the ideal animated mesh format for game
|
|
||||||
* characters as it is both rigidly defined and widely
|
|
||||||
* supported by modeling and animation software.
|
|
||||||
* As this format supports skeletal animations, an
|
|
||||||
* ISkinnedMesh will be returned by this importer.</TD>
|
|
||||||
* </TR>
|
|
||||||
* </TABLE>
|
* </TABLE>
|
||||||
*
|
*
|
||||||
* To load and display a mesh quickly, just do this:
|
* To load and display a mesh quickly, just do this:
|
||||||
* \code
|
* \code
|
||||||
* SceneManager->addAnimatedMeshSceneNode(
|
* SceneManager->addAnimatedMeshSceneNode(
|
||||||
* SceneManager->getMesh("yourmesh.3ds"));
|
* SceneManager->getMesh("yourmesh.gltf"));
|
||||||
* \endcode
|
* \endcode
|
||||||
* If you would like to implement and add your own file format loader to Irrlicht,
|
* If you would like to implement and add your own file format loader to Irrlicht,
|
||||||
* see addExternalMeshLoader().
|
* see addExternalMeshLoader().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user