Andrew V Butt Sr 5 роки тому
батько
коміт
08566a2b9c
2 змінених файлів з 4 додано та 1 видалено
  1. 4 0
      dist/preview release/what's new.md
  2. 0 1
      dist/what's new.md

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

@@ -157,6 +157,10 @@
 - Added the `shadowOnly` property to the `BackgroundMaterial` class ([Popov72](https://github.com/Popov72))
 - Added support for lightmaps in unlit PBR materials ([Popov72](https://github.com/Popov72))
 
+### Meshes
+
+- Added `MeshBuilder.CreateCapsule` and `Mesh.CreateCapsule` for creation of. ([Pryme8](https://github.com/Pryme8))
+
 ### WebXR
 
 - Added optional ray and mesh selection predicates to `WebXRControllerPointerSelection` ([Exolun](https://github.com/Exolun))

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

@@ -122,7 +122,6 @@
 - Generator type used in `TrailMesh` constructor is now `TransformNode` instead of `AbstrachMesh` ([Popov72](https://github.com/Popov72))
 - Added the `useVertexAlpha` options to `MeshBuilder.CreateDashedLines` ([Popov72](https://github.com/Popov72))
 - Fixed a bug in `DracoCompression` when loading color attributes with VEC3. ([bghgary](https://github.com/bghgary))
-- Added `MeshBuilder.CreateCapsule` and `Mesh.CreateCapsule` for creation of. ([Pryme8](https://github.com/Pryme8))
 
 ### Physics