Files
filament/build
Philip Rideout 7997e4aa21 Introduce libs/viewer and serializable view settings.
This introduces the `viewer::Settings` struct, and a JSON reader /
writer.

This will be used for automated testing and for client / server
communication.

Note that `viewer::Settings` is closely associated with the
`filament::View` API; when updating the latter we will often need to
update the former, as well as some serialization code. This increases
the maintenance burden and I think we should consider using a parser
library like libclang or a macro-based reflection utility.

This PR also migrates SimpleViewer into libs/viewer and un-inlines its
implementation. It does not belong in gltfio because it has an imgui
dependency.
2020-09-29 10:47:35 -07:00
..
2018-09-06 16:12:03 -07:00
2020-04-25 01:03:29 -07:00
2020-04-25 01:03:29 -07:00
2020-08-07 09:03:51 -07:00
2020-08-07 09:03:51 -07:00
2020-04-25 01:03:29 -07:00

Important note

The scripts found in the subdirectories are intended to be used by Filament's continuous integration environments only. They are not meant to be run directly. Please refer to our build instructions on how to proceed instead.