瀏覽代碼

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))
  - **Updates**
  - 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.alwaysSelectAsActiveMesh to disable frustum clipping for a specific mesh ([deltakosh](http://www.github.com/deltakosh))
  - 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))
  - 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))
- - 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))
  - 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))