| Index: samples/o3d-webgl-samples/texturesamplers.html
|
| ===================================================================
|
| --- samples/o3d-webgl-samples/texturesamplers.html (revision 49133)
|
| +++ samples/o3d-webgl-samples/texturesamplers.html (working copy)
|
| @@ -74,8 +74,6 @@
|
| function scrollMe(e) {
|
| g_eye = g_math.mulScalarVector((e.deltaY < 0 ? 11 : 13) / 12, g_eye);
|
| g_viewInfo.drawContext.view = g_math.matrix4.lookAt(g_eye, g_target, g_up);
|
| - // Prevents event from reaching up to the window, e.g. so page will not scroll
|
| - o3djs.event.cancel(e);
|
| }
|
|
|
| /**
|
|
|