intro start++
This commit is contained in:
@@ -63,6 +63,7 @@ loader.load('/app/assets/images/logop42-intro_three.png', texture => {
|
||||
if (!plane) {
|
||||
const geo = new THREE.PlaneGeometry(planeWidth, planeHeight)
|
||||
const mat = new THREE.MeshBasicMaterial({ map: texture })
|
||||
|
||||
plane = new THREE.Mesh(geo, mat)
|
||||
plane.scale.set(1.44, 1.5, 1)
|
||||
plane.position.z = 0
|
||||
|
||||
Reference in New Issue
Block a user