Thursday, August 6, 2009

Baking a point cloud with area data

point cloud를 만들기 위한 전제 조건.
1. ptc로 만들어져야할 object는 camera view에 (일부가 아닌) 전체가 들어와야함
2. rendering시 cull hidden, cull backfacing등이 이루어지지 않아야함. 이 option은 아래의 구문을 rib에 추가하면 됨.(만약 culling 될 경우 camera view에서만 ptc가 생성된다.)

Attribute "cull" "hidden" 0 # don't cull hidden surfaces
Attribute "cull" "backfacing" 0 # don't cull backfacing surfaces
Attribute "dice" "rasterorient" 0 # view-independent dicing

No comments:

Post a Comment