소스 검색

Merge pull request #528 from jbousquie/patch-1

Update what's new - 2.1 - proposal.md
Raanan Weber 10 년 전
부모
커밋
dda26f6fa4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      what's new - 2.1 - proposal.md

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

@@ -20,6 +20,7 @@
  - Allow static Mesh.MergeMeshes to work with clones & Mesh subclasses ([Palmer-JC](http://www.github.com/Palmer-JC))
  - Added mesh.freezeWorldMatrix() for static meshes ([deltakosh](http://www.github.com/deltakosh))
  - Added mesh.freezeNormals() for parametric mesh updates ([jbousquie](http://www.github.com/jbousquie))
+ - Added Vector3.RotationFromAxis() to get Euler rotation angles from a target system ([jbousquie](http://www.github.com/jbousquie))
  - 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))
  - Callbacks for geometry changes ([raananw](http://www.github.com/raananw))