Quellcode durchsuchen

Merge pull request #1708 from jbousquie/patch-1

Update what's new.md
David Catuhe vor 8 Jahren
Ursprung
Commit
0ae88790b5
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      dist/preview release/what's new.md

+ 2 - 1
dist/preview release/what's new.md

@@ -15,7 +15,8 @@
  - `Mesh.applyDisplacementMap` now accepts uvScale and uvOffset parameter ([deltakosh](https://github.com/deltakosh))
  - Added addChild, removeChild, setParent to AbstractMesh ([abow](https://github.com/abow))
  - `Effect.getVertexShaderSource()` and `Effect.getFragmentShaderSource()` now returns the effective shader code (including evaluation of #define) ([deltakosh](https://github.com/deltakosh))
-
+ - GroundMesh : `getHeightAtCoordinates()`, `getNormalAtCoordinates()` and `getNormalAtCoordinatesToRef()` can now work with rotated grounds ([jerome](https://github.com/jbousquie))  
+ 
 ### Canvas2D
 
 #### Major Updates