upd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-08-02 12:47:09 +10:00
parent 8bb20f2858
commit 0747c56328

View File

@ -50,7 +50,8 @@ let camera, scene, renderer, effect;
let particleLight;
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 );
animate();