Browse Source

FlyCamera whatsnew fixed

Added to correct what's new.md file.
James Koss 6 years ago
parent
commit
57ff8a4369
2 changed files with 2 additions and 1 deletions
  1. 2 0
      dist/preview release/what's new.md
  2. 0 1
      what's new.md

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

@@ -20,6 +20,8 @@
 
 ### Core Engine
 
+- Added FlyCamera for free navigation in 3D space, with a limited set of settings.
+
 ### Viewer
 
 ### Loaders

+ 0 - 1
what's new.md

@@ -133,7 +133,6 @@
 - Added optional alphaFilter parameter to ```CreateGroundFromHeightMap``` to allow for heightmaps to be created that ignore any transparent data ([Postman-nz](https://github.com/Postman-nz))
 - Fixed renormalization of mesh weights to in cleanMatrixWeights function. ([Bolloxim](https://github.com/Bolloxim))
 - Added a validationSkin function to report out any errors on skinned meshes. ([Bolloxim](https://github.com/Bolloxim))
-- Added FlyCamera for free navigation in 3D space, with a limited set of settings.
 
 
 ### glTF Loader