Explorar o código

Fix remaining text examples

Mugen87 %!s(int64=7) %!d(string=hai) anos
pai
achega
698cab2bc7

+ 1 - 1
examples/webgl_geometry_text.html

@@ -363,7 +363,7 @@
 
 			function createText() {
 
-				textGeo = new THREE.TextBufferGeometry( text, {
+				textGeo = new THREE.TextGeometry( text, {
 
 					font: font,
 

+ 1 - 1
examples/webgl_geometry_text_pnltri.html

@@ -393,7 +393,7 @@
 
 			function createText() {
 
-				textGeo = new THREE.TextBufferGeometry( text, {
+				textGeo = new THREE.TextGeometry( text, {
 
 					font: font,