Bladeren bron

Merge pull request #1230 from jbousquie/patch-1

Update what's new.md
David Catuhe 9 jaren geleden
bovenliggende
commit
67a279469a
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 1
      dist/preview release/what's new.md

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

@@ -20,7 +20,9 @@
 
 ### Bug fixes
 - MapTexture: Font Characters are now correctly aligned on Chrome ([nockawa](https://github.com/nockawa))
--  Fixed some missing parameter default values in `MeshBuilder.CreateGroundFromHeightMap()` and `MeshBuilder.CreateTiledGround()` ([jerome](https://github.com/jbousquie))
+- Fixed some missing parameter default values in `MeshBuilder.CreateGroundFromHeightMap()` and `MeshBuilder.CreateTiledGround()` ([jerome](https://github.com/jbousquie))
+- Fixed cross vector calculation in `_computeHeightQuads()` that affected  all the `GroundMesh.getHeightAtCoordinates()` and `GroundMesh.getNormalAtCoordinates()` methods ([jerome](https://github.com/jbousquie))
+- Fixed `Mesh.CreateDashedLines()` missing `instance` parameter on update ([jerome](https://github.com/jbousquie))
 - Fixed model shape initial red vertex color set to zero not formerly being taken in account in the `SolidParticleSystem` ([jerome](https://github.com/jbousquie))
 - Canvas2D:
  - `Sprite2D`: texture size is now set by default as expected