浏览代码

add meshbuilderdep

sebavan 6 年之前
父节点
当前提交
80cbee9123
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Helpers/videoDome.ts

+ 1 - 0
src/Helpers/videoDome.ts

@@ -6,6 +6,7 @@ import { _DepthCullingState, _StencilState, _AlphaState } from "../States/index"
 import { Texture } from "../Materials/Textures/texture";
 import { VideoTexture, VideoTextureSettings } from "../Materials/Textures/videoTexture";
 import { BackgroundMaterial } from "../Materials/Background/backgroundMaterial";
+import "../Meshes/meshBuilder";
 
     /**
      * Display a 360 degree video on an approximately spherical surface, useful for VR applications or skyboxes.