- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
...
private var debugTris :Boolean = false;
public function TerrainScene() {
super();
}
private function toggleDebugTriangles():void {
debugTris = !debugTris;
if (debugTris) { // randomise vertex colours so we can see the triangles...
bitmapPoly.material.asColorMaterial.randomiseVertexColors();
...
makc3d 08.10.2012 17:14 # 0
LispGovno 08.10.2012 21:22 # 0
qwe345asd 25.08.2021 10:04 # 0
SteadfastTinCock 25.08.2021 21:04 # 0