Selaa lähdekoodia

Scene Manager: V5.0.0-A59.1

Unity Style Spot Light Projector Support
Mackey Kinard 4 vuotta sitten
vanhempi
commit
c1bbd50c3c
2 muutettua tiedostoa jossa 10 lisäystä ja 8 poistoa
  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. */

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 8 - 8
Playground/libs/babylon.manager.js