Selaa lähdekoodia

Correct material for Line

Paul Booker 9 vuotta sitten
vanhempi
sitoutus
ff9bad4e47
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      examples/webgl_geometry_text_shapes.html

+ 1 - 1
examples/webgl_geometry_text_shapes.html

@@ -53,7 +53,7 @@
 
 					var color = 0x006699;
 
-					var matDark = new THREE.MeshBasicMaterial( {
+					var matDark = new THREE.LineBasicMaterial( {
 						color: color,
 						side: THREE.DoubleSide
 					} );

粤ICP备19079148号