fix build
This commit is contained in:
parent
968c6ff3ad
commit
695df3c138
@ -4,7 +4,7 @@ import loadMesh from './engine/mesh/loader'
|
|||||||
|
|
||||||
import { randomInt } from './engine/utility'
|
import { randomInt } from './engine/utility'
|
||||||
|
|
||||||
import { Environment } from './engine/environment'
|
import { Environment, Light } from './engine/environment'
|
||||||
import { LODTerrain } from './engine/components/terrain/lod'
|
import { LODTerrain } from './engine/components/terrain/lod'
|
||||||
import { MeshInstance } from './engine/components'
|
import { MeshInstance } from './engine/components'
|
||||||
import { Skybox } from './engine/components/skybox'
|
import { Skybox } from './engine/components/skybox'
|
||||||
@ -20,7 +20,7 @@ import { CubePlanet, PlanetGenerator, PlanetIndexBuffers } from './engine/compon
|
|||||||
import Atmosphere from './engine/components/planet/atmosphere'
|
import Atmosphere from './engine/components/planet/atmosphere'
|
||||||
|
|
||||||
const game = Engine
|
const game = Engine
|
||||||
const env = new Environment()
|
const env = new Environment([0.1, 0.1, 0.1], new Light([0.0, 10000.0, -20000.0], [1.0, 1.0, 1.0]))
|
||||||
const gui = new GUIRenderer()
|
const gui = new GUIRenderer()
|
||||||
const fnt = new FontRenderer()
|
const fnt = new FontRenderer()
|
||||||
const prt = new ParticleRenderer()
|
const prt = new ParticleRenderer()
|
||||||
|
Loading…
Reference in New Issue
Block a user