티스토리 뷰
이것도 추가해야했습니다
var texture = new THREE.Texture (); var loader = new THREE.ImageLoader ();
loader.addEventListener( 'load', function ( event ) {
Texture1.image = event.content;
Texture1.needsUpdate = true;
} );
loader.load( 'http://simpletruthsforhealthyliving.com/js/earth.jpg' );
출처
https://stackoverflow.com/questions/39969995
댓글