godot/servers
BastiaanOlij 02ea99129e Adding a new Camera Server implementation to Godot.
This is a new singleton where camera sources such as webcams or cameras on a mobile phone can register themselves with the Server.
Other parts of Godot can interact with this to obtain images from the camera as textures.
This work includes additions to the Visual Server to use this functionality to present the camera image in the background. This is specifically targetted at AR applications.
2019-06-15 21:30:32 +10:00
..
arvr Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
audio Add missing license headers 2019-06-11 15:33:32 +02:00
camera Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
physics Change "ID" to lowercase "id" 2019-05-09 06:25:32 -04:00
physics_2d Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
visual Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
arvr_server.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
arvr_server.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_server.cpp Added functions to further improve music timing 2019-04-27 14:05:16 -03:00
audio_server.h audio_server.h : fix typo in comment (minor) 2019-05-30 13:47:18 +02:00
camera_server.cpp Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
camera_server.h Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
physics_2d_server.cpp Properly expose PhysicsServer methods 2019-04-30 20:42:07 +09:00
physics_2d_server.h Change "ID" to lowercase "id" 2019-05-09 06:25:32 -04:00
physics_server.cpp Properly expose PhysicsServer methods 2019-04-30 20:42:07 +09:00
physics_server.h Change "ID" to lowercase "id" 2019-05-09 06:25:32 -04:00
register_server_types.cpp Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
register_server_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
server_wrap_mt_common.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_server.cpp Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
visual_server.h Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00