pv3dのgeometry.vertices を試してみるメモ
cube = new Cube(new MaterialsList({all:compositeMaterial}), 200, 200, 200, 5, 5, 5);
[サンプル FLASH]
[ソース as3]
sphere2 = new Sphere(compositeMaterial, 200, 10, 10);
[サンプル FLASH]
[ソース as3]
cylinder = new Cylinder(compositeMaterial, 200, 200, 10, 10);
[サンプル FLASH]
[ソース as3]




コメント