Page MenuHomeFeedback Tracker

Controls inside "CT_OBJECT_CONTAINER" are not rendering properly
New, NormalPublic

Description

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. Start attached mission
  2. Run createDialog "TestDialog"
  3. Use tab and space to interact with the controls (unable to click due to lack of geometry on UserTexture model)

Event Timeline

Additonal issue: Tooltips for controls inside the CT_OBJECT_CONTAINER do not render

dedmen added a subscriber: dedmen.Sep 23 2024, 12:16 PM

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