{
pcd: {type: 'model'},
pointSize: {type: 'number', default: 0.01},
pointColor: {type: 'color', default: '#FFF'}
}
JavaScript
복사
pcd포맷의 포인트 클라우드를 로드한다.
model 타입은 url을 입력해주면 된다.
pointSize와 pointColor는 포인트 클라우드를 이루는 점들의 속성으로서 모든 점에 일괄 적용되는 값이다.