This page is located on the SimsWiki. To view it in it's original form, click here.
This article is imported from the old MTS2 wiki. You can help Sims2Wiki by cleaning it up. It's original page with comments can be found at http://old_wiki.modthesims2.com/65246462
65246462 cTransformNode
7BITSTR 	block name 	; cTransformNode
DWORD   	block id
DWORD  		block version

7BITSTR 	block name 	; cCompositionTreeNode
DWORD   	block id
DWORD   	block version

REF     	reference: load a cObjectGraphNode here

DWORD   	count
LOOP    			; repeat previous count times
  BYTE 		Enabled (Child Node Enabled?) [yes/no]
  BYTE  	Depends (Child Node Dependant?) [yes/no]
  DWORD 	(Child Node Index:) (display this as a decimal number)
ENDLOOP

; Transformation
DWORD   	x coord 	; float
DWORD   	y coord 	; float
DWORD   	z coord 	; float

; Rotation (Quaternion)
DWORD   	x coord 	; float
DWORD   	y coord 	; float
DWORD   	x coord 	; float
DWORD   	w point 	; float

DWORD   	Assigned Subset: [as an int] [7fffffff - enumerated to "No Assignment"]