상세 컨텐츠

본문 제목

logical and physical indices

Maya API/Maya_API

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

관련글 더보기