Message 1 of 1
Python vrRendersettings setRenderBackgroundColor causing crash (VRED 2016 SP4)
Not applicable
08-31-2016
03:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
are you aware that this is causing VRED to crash:
setRenderBackgroundColor(1.0, 1.0, 1.0)
The documentation states, that you can pass in 3 floats.
Though it is strange that the corresponding getter method "getRenderBackgroundColor" does in fact give you a vrOSGWidget.Vec3f.
Also tried passing in a vrOSGWidget.Vec3f to "setRenderBackgroundColor" - got a signature error as expected pointing out the documentation signature.