goat3d

diff src/chunk.h @ 8:cd71f0b92f44

a bit more...
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 21 Aug 2013 05:52:28 +0300
parents f358b482d286
children 04bb114fcf05
line diff
     1.1 --- a/src/chunk.h	Wed Aug 21 04:00:22 2013 +0300
     1.2 +++ b/src/chunk.h	Wed Aug 21 05:52:28 2013 +0300
     1.3 @@ -57,6 +57,10 @@
     1.4  	CNK_MESH_SKINMATRIX_LIST,	// has a series of CNK_INT4 chunks (4 matrix indices)
     1.5  	CNK_MESH_COLOR_LIST,	// has a series of CNK_FLOAT4 chunks
     1.6  	CNK_MESH_BONES_LIST,	// has a series of CNK_INT or CNK_STRING chunks identifying the bone nodes
     1.7 +	CNK_MESH_FACE_LIST,		// has a series of CNK_FACE chunks
     1.8 +
     1.9 +	// child of CNK_MESH_FACE_LIST
    1.10 +	CNK_MESH_FACE,			// has three CNK_INT chunks
    1.11  
    1.12  	// children of CNK_LIGHT
    1.13  	CNK_LIGHT_NAME,			// has a single CNK_STRING