소스 검색

FlyCamera whatsnew fixed

Added to correct what's new.md file.
James Koss 6 년 전
부모
커밋
57ff8a4369
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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