Searched defs:Camera (Results 1 – 2 of 2) sorted by relevance
35 struct Camera : sc::state_machine< Camera, NotShooting > struct42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > argument
27 Camera::Camera(vec3f position, vec3f target, float viewportWidth, float viewportHeight) in Camera() function in Camera