New
v0.0.9
Pilot引擎 0.0.9 版本发布说明
✨ 大家好!Pilot引擎自4月4日发布以来,我们很高兴得到很多开发者朋友们的关注,非常感谢社区开发者们的贡献! 在整合了开发者社区贡献的更改和我们内部开发更改之后,在此我们激动地发布Pilot引擎0.0.9版本!
版本信息
- 发布版本:v0.0.9
- 发布时间:2022年10月24日
更新内容
新特性
引擎
- 支持Debug Draw
重构
引擎
- 物理系统重构 #377
- 移除废弃的物理系统,统一使用JoltPhysics
- RHI 重构 #377
- 新增了rhi特性,把原有的vulkan API整理到rhi中
优化
修复的bug
引擎
- 修复了单个物理性状碰撞体改变空间变换后局部变换丢失 #353
- 修复macOS编辑模式粒子系统抛出的异常 #352
- 修复直接光照下阴影显示不全 #360
What's Changed
- Fix physics actor local transform by @OlorinMedas in https://github.com/BoomingTech/Piccolo/pull/353
- 修复macOS编辑模式抛出的异常 by @luxiaodong in https://github.com/BoomingTech/Piccolo/pull/352
- 修复直接光照下阴影显示不全 by @luxiaodong in https://github.com/BoomingTech/Piccolo/pull/360
- Merge internal dev fetaures and bug fix by @BoomingTechDev in https://github.com/BoomingTech/Piccolo/pull/377
New Contributors
- @luxiaodong made their first contribution in https://github.com/BoomingTech/Piccolo/pull/352
Full Changelog: https://github.com/BoomingTech/Piccolo/compare/v0.0.8...v0.0.9