Game
- Starting class
This commit is contained in:
@ -3,15 +3,15 @@
|
||||
/* ::: :::::::: */
|
||||
/* Map.js :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: hubourge <hubourge@student.42.fr> +#+ +:+ +#+ */
|
||||
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/08/20 14:52:55 by hubourge #+# #+# */
|
||||
/* Updated: 2024/08/26 23:47:10 by hubourge ### ########.fr */
|
||||
/* Updated: 2024/08/27 14:29:36 by edbernar ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
// import * as THREE from '/static/javascript/three/build/three.module.js';
|
||||
import * as THREE from '/node_modules/three/build/three.module.js';
|
||||
import * as THREE from 'three';
|
||||
import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js';
|
||||
import { Video } from './Video.js';
|
||||
|
||||
|
Reference in New Issue
Block a user