You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call add_3d_gui_container() to add a 3D GUI container at /gui.
Add some GUI elements to /gui. Buttons, sliders, etc.
Add another 3D GUI container at /gui, overwriting the original one.
The original GUI container and its contents will be erased, but callbacks, configs, etc for the GUI elements inside of it won't be cleaned out. This will slowly leak memory.
The text was updated successfully, but these errors were encountered:
Currently, if we:
add_3d_gui_container()
to add a 3D GUI container at/gui
./gui
. Buttons, sliders, etc./gui
, overwriting the original one.The original GUI container and its contents will be erased, but callbacks, configs, etc for the GUI elements inside of it won't be cleaned out. This will slowly leak memory.
The text was updated successfully, but these errors were encountered: