active set to false doesn't remove the environment
See original GitHub issue<a-entity active="false" environment="preset: forest"></a-entity>
and
<a-entity active="true" environment="preset: forest"></a-entity>
give the same visual result.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How do I prevent Conda from activating the base environment ...
To disable auto activation of conda base environment in terminal: conda config --set auto_activate_base false. To activate conda base ...
Read more >Can't manage or remove objects that were synchronized ...
Resolves an issue that you can't manage or remove objects created through directory synchronization from Azure AD.
Read more >Enable/Disable Next Experience UI on user level (San Diego)
Just browsing through a San Diego instance with Next Experience active, there doesn't seem to be an option to enable/disable Next Experience ...
Read more >7 Environments | Advanced R - Hadley Wickham
What is the only environment that doesn't have a parent? ... Unlike lists, setting an element to NULL does not remove it, because...
Read more >Environments - Advanced R. - Hadley Wickham
What is the only environment that doesn't have a parent? ... With a list you can remove an entry by setting it to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
try
<a-entity environment="preset: forest; active:false"></a-entity>
The
active
attribute needs to be placed inside theenvironment
component. Doing so programmatically would beentity.setAttribute('environment', 'active', 'false');
, I’m getting an issue with it removing stuff that isn’t part of the environment entit on active:false, which is super wierd. (most but not all geometries turned black)As @levexis commented. This seems to be working. Make sure you’re using the latest version 1.3.0 and A-Frame 1.2.0 or newer. Closing for now and reopening if necessary