XML:M3GM
Jump to navigation
Jump to search
M3GM : Geometry | ||
---|---|---|
XML
M3GA << Other file types >> Mtrl |
General information
- The xml code on this page was tested with onisplit v0.9.86.0
- M3GM files local (levelN) and global (level0).
- Most global M3GMs are used by particle.
- Most local M3GMs are doors or animated objects.
M3GM
XML tag | content type | description |
---|---|---|
<M3GM id="..."> | integer | |
<Points> | link | "#" + instance Id of PNTA.
|
<VertexNormals> | link | "#" + instance Id of VCRA.
|
<FaceNormals> | link | "#" + instance Id of VCRA.
|
<TextureCoordinates> | link | "#" + instance Id of TXCA.
|
<TriangleStrips> | link | "#" + instance Id of IDXA.
|
<FaceNormalIndices> | link | "#" + instance Id of IDXA.
|
<Texture> | link | TXMPname |
PNTA
XML tag | content type | description |
---|---|---|
<PNTA id="..."> | integer | Instance Id. |
<BoundingBox> | - | |
<Min> | float x3 | |
<Max> | float x3 | |
<BoundingSphere> | - | |
<Center> | float x3 | |
<Radius> | float | |
<Positions> | - | This is an int32 array for the <Vector3> tags. |
<Vector3> | float x3 | X Y Z coordinate of the point. |
VCRA
XML tag | content type | description |
---|---|---|
<VCRA id="..."> | integer | Instance Id. |
<Normals> | - | This is an int32 array for the <Vector3> tags. |
<Vector3> | float x3 | X Y Z coordinate of the normal vector. |
TXCA
XML tag | content type | description |
---|---|---|
<TXCA id="..."> | integer | Instance Id. |
<TexCoords> | - | This is an int32 array for the <Vector2> tags. |
<Vector2> | float x2 | X Y coordinates. |
IDXA
XML tag | content type | description |
---|---|---|
<IDXA id="..."> | integer | Instance Id. |
<Indices> | - | This is an int32 array for the <Int32> tags. |
<Int32> | int32 |
|
Export
onisplit -extract:obj output_folder input_folder/M3GMfile_name.oni
Or use Vago.
Import
onisplit -create:m3gm output_folder -tex:input_folder/TXMPfile_name.oni input_folder/file_name.obj
Or use Vago.