godot/scene
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
..
2d Implement missing orbit velocity for CPUParticles and CPUParticles2D 2019-06-13 11:35:07 +02:00
3d Merge pull request #29782 from JFonS/expose_camera_clip_offset 2019-06-14 18:31:47 +02:00
animation Merge pull request #29621 from DevinPentecost/feature/0_duration_tween 2019-06-14 16:57:09 +02:00
audio
gui Merge pull request #29785 from eligt/fix-richtext-alignment 2019-06-15 10:34:22 +02:00
main Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
resources Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
register_scene_types.cpp Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
register_scene_types.h
scene_string_names.cpp
scene_string_names.h
SCsub