瀏覽代碼

Scene Manager: V5.0.0-A59.1

Unity Style Spot Light Projector Support
Mackey Kinard 4 年之前
父節點
當前提交
c1bbd50c3c
共有 2 個文件被更改,包括 10 次插入8 次删除
  1. 2 0
      Playground/libs/babylon.manager.d.ts
  2. 8 8
      Playground/libs/babylon.manager.js

+ 2 - 0
Playground/libs/babylon.manager.d.ts

@@ -198,6 +198,8 @@ declare module BABYLON {
         static GetTransformNode(scene: BABYLON.Scene, name: string): BABYLON.TransformNode;
         /** Gets the specified transform node by id from scene. */
         static GetTransformNodeByID(scene: BABYLON.Scene, id: string): BABYLON.TransformNode;
+        /** Gets the transform node child detail mesh. */
+        static GetTransformDetailMesh(transform: TransformNode): BABYLON.AbstractMesh;
         /** Gets the transform node primitive meshes. */
         static GetPrimitiveMeshes(transform: TransformNode): BABYLON.AbstractMesh[];
         /** Gets the specified transform node primary layer index. */

File diff suppressed because it is too large
+ 8 - 8
Playground/libs/babylon.manager.js