提交 76525fd1 编写于 作者: M Mr.doob

Merge pull request #8037 from Mugen87/dev

cleaned up example "webgl_particles_general"
......@@ -551,7 +551,6 @@
var groundMaterial = new THREE.MeshLambertMaterial( {
color: 0xffffff,
shading: THREE.SmoothShading,
map: groundTexture,
vertexColors: THREE.NoColors,
side: THREE.BackSide
......@@ -571,7 +570,6 @@
var campFireMaterial = new THREE.MeshLambertMaterial( {
color: 0xffffff,
shading: THREE.SmoothShading,
vertexColors: THREE.NoColors,
side: THREE.FrontSide
......@@ -604,7 +602,6 @@
var rockMaterial = new THREE.MeshLambertMaterial( {
color: 0xffffff,
shading: THREE.SmoothShading,
vertexColors: THREE.NoColors,
side: THREE.FrontSide
......@@ -651,7 +648,6 @@
var treeMaterial = new THREE.MeshLambertMaterial( {
color: 0xffffff,
shading: THREE.SmoothShading,
vertexColors: THREE.NoColors,
side: THREE.FrontSide
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册