Shiokaze Framework
A research-oriented fluid solver for computer graphics
camera3_interface.h File Reference

Go to the source code of this file.

Classes

class  camera3_interface
 Interface for 3D camera manipulations. More...
 

Typedefs

using camera3_ptr = std::unique_ptr< camera3_interface >
 
using camera3_driver = recursive_configurable_driver< camera3_interface >