Added external camera feed from external plugin on Android
This commit is contained in:
committed by
maxime.chambefort
parent
db66bd35af
commit
6f846eb5c5
@ -168,6 +168,7 @@ public:
|
||||
virtual void environment_set_bg_energy(RID p_env, float p_multiplier, float p_exposure_value) = 0;
|
||||
virtual void environment_set_canvas_max_layer(RID p_env, int p_max_layer) = 0;
|
||||
virtual void environment_set_ambient_light(RID p_env, const Color &p_color, RS::EnvironmentAmbientSource p_ambient = RS::ENV_AMBIENT_SOURCE_BG, float p_energy = 1.0, float p_sky_contribution = 0.0, RS::EnvironmentReflectionSource p_reflection_source = RS::ENV_REFLECTION_SOURCE_BG) = 0;
|
||||
virtual void environment_set_camera_feed_id(RID p_env, int p_camera_feed_id) = 0;
|
||||
|
||||
virtual RS::EnvironmentBG environment_get_background(RID p_Env) const = 0;
|
||||
virtual RID environment_get_sky(RID p_env) const = 0;
|
||||
|
||||
Reference in New Issue
Block a user