소스 검색

Merge pull request #492 from jbousquie/patch-1

Update what's new - 2.1 - proposal.md
David Catuhe 10 년 전
부모
커밋
3617488f68
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      what's new - 2.1 - proposal.md

+ 3 - 1
what's new - 2.1 - proposal.md

@@ -11,6 +11,7 @@
  - New ```BABYLON.Mesh.ExtrudeShape``` and ```BABYLON.Mesh.ExtrudeShapeCustom```. More info [here](http://doc.babylonjs.com/page.php?p=24847) ([jbousquie](https://github.com/jbousquie))
  - New ```BABYLON.Mesh.ExtrudeShape``` and ```BABYLON.Mesh.ExtrudeShapeCustom```. More info [here](http://doc.babylonjs.com/page.php?p=24847) ([jbousquie](https://github.com/jbousquie))
  - **Updates**
  - **Updates**
  - Faster ```mesh.computeNormals()``` function ([jbousquie](https://github.com/jbousquie))
  - Faster ```mesh.computeNormals()``` function ([jbousquie](https://github.com/jbousquie))
+ - Added the ability [to dynamically update or to morph](http://doc.babylonjs.com/page.php?p=25096) an mesh instance ([jbousquie](https://github.com/jbousquie))
  - Added mesh.freezeWorldMatrix() for static meshes ([deltakosh](http://www.github.com/deltakosh))
  - Added mesh.freezeWorldMatrix() for static meshes ([deltakosh](http://www.github.com/deltakosh))
  - Added mesh.alwaysSelectAsActiveMesh to disable frustum clipping for a specific mesh ([deltakosh](http://www.github.com/deltakosh))
  - Added mesh.alwaysSelectAsActiveMesh to disable frustum clipping for a specific mesh ([deltakosh](http://www.github.com/deltakosh))
  - Added updateMeshPositions method ([jbousquie](https://github.com/jbousquie))
  - Added updateMeshPositions method ([jbousquie](https://github.com/jbousquie))
@@ -28,7 +29,8 @@
  - Mesh Default layerMask changed to allow more "special cameras filtering" ([Palmer-JC](http://www.github.com/Palmer-JC))
  - Mesh Default layerMask changed to allow more "special cameras filtering" ([Palmer-JC](http://www.github.com/Palmer-JC))
  - Sprite can now have .width and .height properties ([deltakosh](http://www.github.com/deltakosh))
  - Sprite can now have .width and .height properties ([deltakosh](http://www.github.com/deltakosh))
  - Ability to register events based on mesh/camera/light addition and deletion ([raananw](http://www.github.com/raananw))
  - Ability to register events based on mesh/camera/light addition and deletion ([raananw](http://www.github.com/raananw))
- - New ```Curve``` object ([jbousquie](https://github.com/jbousquie))
+ - New ```Curve``` object ([jbousquie](https://github.com/jbousquie)) More info [here](http://doc.babylonjs.com/page.php?p=25091)
+ - New ```Path3D``` object ([jbousquie](https://github.com/jbousquie)) More info [here](http://doc.babylonjs.com/page.php?p=25090)
  - New 'color correction' post process ([jahow](http://www.github.com/jahow))
  - New 'color correction' post process ([jahow](http://www.github.com/jahow))
  - Added sampling mode as a parameter for SpriteManager ([jahow](http://www.github.com/jahow))
  - Added sampling mode as a parameter for SpriteManager ([jahow](http://www.github.com/jahow))
  - RenderTexture can now be saved to a file ([deltakosh](http://www.github.com/deltakosh))
  - RenderTexture can now be saved to a file ([deltakosh](http://www.github.com/deltakosh))