TKE_MeshOpcode
ASCII |
'M' | Hexadecimal |
0x4D | Decimal |
77 |
OperandsByte suboptions, int rows, int columns, variable points, [variable attributes]
Suboptions As mentioned above, TKE_Mesh suboption share a definition with TKE_Shell, and use a subset of its suboptions bits. The following bits are relevant here:
NotesA mesh is a rectangular array of faces with implicit regular connectivity. The Mesh is inserted into the currently opened segment.As in TKE_Shell, points are either compressed or uncompressed vertex data. Compression status is dictated by the TKSH_COMPRESSED_POINTS bit in the shell suboptions. If uncompressed, it will consist of triples of 32-bit floating point coordinates in the order xyzxyz... If compressed, it will consist of a compression scheme identifier, followed by data that is specific to that compression scheme. The specifics of the compressed format are described in attributes.html in the "array of compressed floats" section.
Points (uncompressed)
Points (compressed)
|