Files
filament/samples/app
Philip Rideout 0e967726de Simplify CameraManipulator.
This removes a lot of code and will make it easier to migrate into a new
library with Java bindings, etc.

- The clipping planes and projection matrix were unused, removed them.

- In split view mode, our demos were using only 2 of the 3 manipulators,
  removed one.

- Instead of callbacks and update methods, users can simply ask for the
  current matrix at every frame.

- The manipulator's job is to consume mouse events and maintain an
  "look at" basis, there is no need to store a reference to a Filament
  Camera.
2019-12-04 08:05:17 -08:00
..
2019-02-07 09:23:07 -08:00
2019-12-04 08:05:17 -08:00
2019-12-04 08:05:17 -08:00
2019-02-07 09:23:07 -08:00
2019-07-02 14:20:55 -07:00
2019-02-07 09:23:07 -08:00
2018-08-03 10:38:22 -07:00
2019-02-07 09:23:07 -08:00
2019-02-07 09:23:07 -08:00