logical and physical indices
by hwano 2014. 1. 7. 17:57
array 어트리뷰트 index들은 logicla과 physical로 나뉜다
node.myAttribute[0] = 0.1
node.myAttribute[3] = 0.2
node.myAttribute[4] = 0.3
node.myAttribute[7] = 0.4
logical indices : 0 3 4 7
pysical indices : 0 1 2 3
AEiksystemTemplate
2014.01.16
attribute template 관련 설명
2014.01.13
MDagMessage Class Reference
2014.01.01
callbacks