sebavan 5 rokov pred
rodič
commit
260ece1404
2 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 0
      dist/preview release/what's new.md
  2. 0 1
      what's new.md

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

@@ -39,6 +39,7 @@
 - Added support for 180 VR videos in `VideoDome` ([RaananW](https://github.com/RaananW/))
 - Added optional parameter to use Euler angles in planeRotationGizmo ([CedricGuillemet](https://github.com/CedricGuillemet))
 - Added `AnimationGroup.onAnimationGroupLoopObservable` ([Deltakosh](https://github.com/deltakosh/))
+- Supports custom materials to generate glow through ```referenceMeshToUseItsOwnMaterial``` in the ```GlowLayer``` ([sebavan](http://www.github.com/sebavan))
 
 ### Engine
 

+ 0 - 1
what's new.md

@@ -134,7 +134,6 @@
 - 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))
 - PolygonMeshBuilder can be used to generate ```VertexData``` instead of requiring a mesh to be built
-- Supports custom materials to generate glow through ```referenceMeshToUseItsOwnMaterial``` in the ```GlowLayer``` ([sebavan](http://www.github.com/sebavan))
 
 ### glTF Loader