UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

9 lines (7 loc) 180 B
import { Vector2 } from "three" import { Cube } from ".." const cube = new Cube() cube.texture = "road.jpg" setTimeout(() => { cube.textureRepeat = new Vector2(4, 4) }, 1000)