Skip to content

Commit 108bfef

Browse files
committed
disalbe unnecessary culling in VertexIteratorExample
1 parent 6c33d17 commit 108bfef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/aerys/minko/example/core/vertexiterator/VertexIteratorExample.as

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package aerys.minko.example.core.vertexiterator
2020
{
2121
super.initializeScene();
2222

23-
cameraController.distance = 7;
23+
cameraController.distance = 10;
2424
cameraController.lookAt.set(0, 1.5, 0);
2525

2626
var positionMaterial : Material = new BasicMaterial({
@@ -48,7 +48,6 @@ package aerys.minko.example.core.vertexiterator
4848

4949
var normal : Mesh = new Mesh(CubeGeometry.cubeGeometry, normalMaterial);
5050

51-
normal.frustumCulling = FrustumCulling.DISABLED;
5251
normal.transform
5352
.orientTo(
5453
new Vector4(vertex.nx, vertex.ny, vertex.nz),

0 commit comments

Comments
 (0)