提交 c72ba966 编写于 作者: T Tristan Valcke

Remove unnecessary comma in webgl_clipping_advanced

上级 9c20376e
......@@ -134,10 +134,11 @@
],
Indices = [
0, 1, 2, 0, 2, 3, 0, 3, 1, 1, 3, 2 ],
0, 1, 2, 0, 2, 3, 0, 3, 1, 1, 3, 2
],
Planes = planesFromMesh( Vertices, Indices ),
PlaneMatrices = Planes.map( planeToMatrix );
PlaneMatrices = Planes.map( planeToMatrix ),
GlobalClippingPlanes = cylindricalPlanes( 5, 3.5 ),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册