Skip to content

Release v1.1.1

Latest
Compare
Choose a tag to compare
@greyishsong greyishsong released this 12 Oct 12:51
· 1 commit to main since this release

Release Notes

Features

  • Save the rendered image as a PNG file.

Bug Fixes

  • Update Eigen to eliminate MSVC's C5054 warning.
  • Write rendering result to RenderEngine::rendering_res so the rendered image can be shown on the window.
  • Resize the rendered image together with the result window.
  • Move the implementation of VertexProcessor and FragmentProcessor to src/render/rasterizer_renderer.cpp.

发布说明

新特性

  • 将渲染结果保存为 PNG 图片

Bug 修复

  • 升级 Eigen 以消除 MSVC 的警告 C5054
  • 将渲染结果写入 RenderEngine::rendering_res ,使之能够被正确地显示和保存
  • 渲染结果图现在会随结果窗口一起缩放了
  • VertexProcessor 和 `FragmentProcessor 的实现移到 src/render/rasterizer_renderer.cpp