소스 검색

Add typedoc for mesh.bakeCurrentTransformIntoVertices

Nicholas Barlow 5 년 전
부모
커밋
305bbd3165
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Meshes/mesh.ts

+ 1 - 0
src/Meshes/mesh.ts

@@ -2151,6 +2151,7 @@ export class Mesh extends AbstractMesh implements IGetSetVerticesData {
      * This method returns nothing but really modifies the mesh even if it's originally not set as updatable.
      * Note that, under the hood, this method sets a new VertexBuffer each call.
      * @see http://doc.babylonjs.com/resources/baking_transformations
+     * @param bakeIndependenlyOfChildren indicates whether to preserve all child nodes' World Matrix during baking
      * @returns the current mesh
      */
     public bakeCurrentTransformIntoVertices(bakeIndependenlyOfChildren : boolean = true): Mesh {