mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add XR Environment Blend Mode Support
This commit is contained in:
parent
5bcf016f11
commit
d7d171c45c
9 changed files with 213 additions and 254 deletions
|
@ -147,6 +147,10 @@ public:
|
|||
virtual bool start_passthrough() override;
|
||||
virtual void stop_passthrough() override;
|
||||
|
||||
/** environment blend mode. */
|
||||
virtual Array get_supported_environment_blend_modes() override;
|
||||
virtual bool set_environment_blend_mode(XRInterface::EnvironmentBlendMode mode) override;
|
||||
|
||||
void on_state_ready();
|
||||
void on_state_visible();
|
||||
void on_state_focused();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue