Represent a surface point. Подробнее...
Represent a surface point.
PolyMesh::SurfacePoint a; a.colorBase( 0xFFFFFFFF ); a.transparency( 0.45 ); a.position( Vec3( 4, 5, 35 ) );