Searched defs:Camera (Results 1 – 8 of 8) sorted by relevance
35 struct Camera : sc::state_machine< Camera, NotShooting > struct42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > argument
5 class Camera implements iface{ class14 function Camera(str) { class in Camera
29 class Camera { class68 function Camera(pos, lookAt) { class in Camera
4 class Camera implements iface{ class
28 class Camera { class
27 Camera::Camera(vec3f position, vec3f target, float viewportWidth, float viewportHeight) in Camera() function in Camera
19 const Camera = { variable
511 export interface Camera { interface