Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 362 Bytes

File metadata and controls

7 lines (7 loc) · 362 Bytes

AI Usage in Open Render

Source Code

open_render.hpp

  • Added clearCanvas() to fix error with pixels persisting through re-renders relvant to the demo page.

Website

server.cpp

  • Fixed bugs relating to <nlohmann/json> from_json() parsing overloads, I forgot to add the inline keyword and put some overloads in a specific namespace