This commit is contained in:
parent
8bb20f2858
commit
0747c56328
3
main.js
3
main.js
@ -50,7 +50,8 @@ let camera, scene, renderer, effect;
|
|||||||
let particleLight;
|
let particleLight;
|
||||||
|
|
||||||
const loader = new FontLoader();
|
const loader = new FontLoader();
|
||||||
loader.load( 'fonts/gentilis_regular.typeface.json', function ( font ) {
|
loader.load( 'https://raw.githubusercontent.com/mrdoob/three.js/master/examples/fonts/gentilis_regular.typeface.json', function ( font ) {
|
||||||
|
//'fonts/gentilis_regular.typeface.json', function ( font ) {
|
||||||
|
|
||||||
init( font );
|
init( font );
|
||||||
animate();
|
animate();
|
||||||
|
Loading…
Reference in New Issue
Block a user