Skip to content

Commit

Permalink
Added missing pixi import
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsmalm committed Sep 18, 2020
1 parent dca494b commit 3af673f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/camera/camera-orbit-control.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import * as PIXI from "pixi.js"

import { Camera } from "./camera"
import { Quat } from "../math/quat"
import { Vec3 } from "../math/vec3"
Expand Down
2 changes: 2 additions & 0 deletions src/cubemap/cube-mipmap-resource.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import * as PIXI from "pixi.js"

import { MipmapResource } from "./mipmap-resource"

export class CubeMipmapResource extends PIXI.resources.CubeResource {
Expand Down
2 changes: 2 additions & 0 deletions src/lighting/lighting-environment.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import * as PIXI from "pixi.js"

import { ImageBasedLighting } from "./image-based-lighting"
import { Light } from "./light"

Expand Down

0 comments on commit 3af673f

Please sign in to comment.