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
{{ message }}
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
How can I access SurfaceMaterials to create my own and add properties? I'm aware that the enum with materials are on RoomManager, but couldn't find anything about their properties.
The text was updated successfully, but these errors were encountered:
void SetRoomProperties(RoomProperties* room_properties, float* rt60s)
If room_properties==null, then the second argument, the set of RT60s is used to configure the reverb. You need to provide 9 RT60's for the reverberation tail at the following octave band centres: 31.25 62.5 125 250 500 1000 2000 4000 8000 Hz.
I hope this helps!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How can I access SurfaceMaterials to create my own and add properties? I'm aware that the enum with materials are on RoomManager, but couldn't find anything about their properties.
The text was updated successfully, but these errors were encountered: