TzuChieh / Photon-v2

A program that takes photographs of a virtual world.
https://tzuchieh.github.io/Photon-v2-site/engine_docs/v2.0.0-beta/Photon/html/index.html
MIT License
84 stars 5 forks source link

Able to save SceneDescription as .p2 file. #71

Open TzuChieh opened 3 years ago

TzuChieh commented 3 years ago

First step would be able to save a loaded scene and renders it without problems.

Future things to consider:

TzuChieh commented 11 months ago

We can save scene descriptions now. be0c1169637c2ed7d703aa2583d045ff77a3162d We may need a new syntax for keeping comments in .p2 file (doxygen keeps ## comments during config update, maybe we can do something similar like keeping //! comments).