RscObject_issue.VR.zip2 KBDownload
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
- Start attached mission
- Run createDialog "TestDialog"
- Use tab and space to interact with the controls (unable to click due to lack of geometry on UserTexture model)
Event Timeline
Comment Actions
seems like its really only intended to contain objects.
Normal UI is rendered in a 2D viewport.
Everything in object container is a 3D viewport.
And everything is rendered with lights and sun considered into it. Even text is rendered considering if light shines onto it. That is probably what's making it white.
Yeah if you set it to night time, its not white, but instead is black. It just puts lighting information, over top of text/rectangles rendered inside it
I tried some things wheteher its possible to just add a parameter to disable that. It is probably possible to force it to 2D, which means you cannot put any 3D objects into the 3D object container...
Didn't find another simple-enough way to do this. So probably going to stay like this