@@ -421,7 +421,7 @@
function createText() {
- textGeo = new THREE.TextGeometry( text, {
+ textGeo = new THREE.TextBufferGeometry( text, {
font: font,
@@ -393,7 +393,7 @@
@@ -268,7 +268,7 @@
@@ -119,7 +119,7 @@
function addLabel( name, location ) {
- var textGeo = new THREE.TextGeometry( name, {
+ var textGeo = new THREE.TextBufferGeometry( name, {
@@ -118,7 +118,7 @@
@@ -128,7 +128,7 @@
@@ -147,7 +147,7 @@
@@ -155,7 +155,7 @@
@@ -130,7 +130,7 @@
@@ -209,7 +209,7 @@
var loader = new THREE.FontLoader();
loader.load( 'fonts/helvetiker_bold.typeface.json', function ( font ) {
- var textGeo = new THREE.TextGeometry( "THREE.JS", {
+ var textGeo = new THREE.TextBufferGeometry( "THREE.JS", {
@@ -180,7 +180,7 @@