getCamChromaColor
Platform Compatibility PC Mac OSX Oculus Quest X X – Set the background color of the greenscreen camera in R,G,B returns a String (text) value Example: 1obj.getCamChromaColor()
McMaster University Virtual Reality Simulation and Research
Articles for coding in Artspark
Platform Compatibility PC Mac OSX Oculus Quest X X – Set the background color of the greenscreen camera in R,G,B returns a String (text) value Example: 1obj.getCamChromaColor()
Platform Compatibility PC Mac OSX Oculus Quest X X – Set the camera enabled or not Parameters: color A string value Example: 1obj.setCamChromaColor(color)
Platform Compatibility PC Mac OSX Oculus Quest X X – Get the background color of the greenscreen camera Parameters: _tf A boolean value Example: 1obj.setCamEnabled(_tf)
Platform Compatibility PC Mac OSX Oculus Quest X X – Is the camera enabled? returns a Boolean (true or false) value Example: 1obj.getCamEnabled()
Platform Compatibility PC Mac OSX Oculus Quest X X – Set the camera far clipping Parameters: dist A float value Example: 1obj.setCamFarClip(dist)
Platform Compatibility PC Mac OSX Oculus Quest X X – Get the camera far clipping returns a Float (decimal number) value Example: 1obj.getCamFarClip()
Platform Compatibility PC Mac OSX Oculus Quest X X – Set the camera near clipping Parameters: dist A float value Example: 1obj.setCamNearClip(dist)
Platform Compatibility PC Mac OSX Oculus Quest X X – Get the camera near clipping returns a Float (decimal number) value Example: 1obj.getCamNearClip()
Platform Compatibility PC Mac OSX Oculus Quest X X – Set the depth of the camera (for layering) Parameters: depth A float value Example: 1obj.setCamDepth(depth)
Platform Compatibility PC Mac OSX Oculus Quest X X – Get the camera depth returns a Float (decimal number) value Example: 1obj.getCamDepth()