-
Notifications
You must be signed in to change notification settings - Fork 0
fieldb
preamble key-word since v2.0.0
fields in buffer
Outputs how many fields in total will the unit put into the resulting output file.
begin file a.out
fieldu
; vertex.x vertex.y vertex.z
; uv.x uv.y
; indice.0 indice.1 indices.2
Suppose processed mesh has 12 vertices and 6 indices. fieldu key-word will produce a value of: 12×3 = 36, 12×2 = 24, 6×3 = 18.
Outputs how many fields are in the buffer in a resulting output file.
begin file a.out
fielde ; vertex.x vertex.y vertex.z
fielde ; uv.x uv.y
fielde ; indice.0 indice.1 indices.2
end
Suppose processed mesh has 12 vertices and 6 indices. fieldu key-words will produce following values: 12×3 = 36 in 1st buffer, 12×2 = 24 in 2nd buffer and 6 in 3rd buffer.
JSON format structure since v2.2.0
-
bone_idsince v2.1.0 -
bone_weightsince v2.1.0 -
off_matr,off_matrix,offset_matr,offset_matrixsince v2.0.0 -
bone_parentsince v2.3.0 -
bone_childsince v2.3.0 -
m_off_matr,m_off_matrix,m_offset_matr,m_offset_matrixsince v2.2.0 -
m_bone_parentsince v2.3.0 -
m_bone_childsince v2.3.0 -
position_keysince v2.0.0 -
rotation_keysince v2.0.0 -
scale_keysince v2.0.0 -
position_time,position_timestamp,position_key_time,position_key_timestampsince v2.0.0 -
rotation_time,rotation_timestamp,rotation_key_time,rotation_key_timestampsince v2.0.0 -
scale_time,scale_timestamp,scale_key_time,scale_key_timestampsince v2.0.0 -
durationsince v2.0.0 -
ticks_per_secondsince v2.0.0
key-words: