setDecalGFX
Platform Compatibility PC Mac OSX Oculus Quest X X X Change the active decal graphic Parameters: name A string value Example: 1obj.setDecalGFX(name)
McMaster University Virtual Reality Simulation and Research
Articles for coding in Artspark
Platform Compatibility PC Mac OSX Oculus Quest X X X Change the active decal graphic Parameters: name A string value Example: 1obj.setDecalGFX(name)
Platform Compatibility PC Mac OSX Oculus Quest X X X A Skybox is a 6-sided cube that gives the player a view past the ends of the level, it generally is intended to be a seamless view of the horizon Parameters: front A string pointing to the local or web file back A string pointing … Read more createSky
Platform Compatibility PC Mac OSX Oculus Quest X X X Get trail width size returns a Float (decimal number) value Example: 1obj.getTrailSize()
Platform Compatibility PC Mac OSX Oculus Quest X X X Set trail width size Parameters: size A float value Example: 1obj.setTrailSize(size)
Platform Compatibility PC Mac OSX Oculus Quest X X X Get the trail color in R,G,B,A format returns a String (text) value Example: 1obj.getTrailColor()
Platform Compatibility PC Mac OSX Oculus Quest X X X Set the trail color, also accepts string R,G,B,A format Parameters: r A float value g A float value b A float value a A float value Example: 1obj.setTrailColor(r, g, b, a)
Platform Compatibility PC Mac OSX Oculus Quest X X X Set the trail texture stretch mode Parameters: _tf A boolean value Example: 1obj.setTrailTextureStretch(_tf)
Platform Compatibility PC Mac OSX Oculus Quest X X X Set the trail texture Parameters: filename A string value Example: 1obj.setTrailTexture(filename)
Platform Compatibility PC Mac OSX Oculus Quest X X X Get the trail time in seconds returns a Float (decimal number) value Example: 1obj.getTrailTime()
Platform Compatibility PC Mac OSX Oculus Quest X X X Set the trail time in seconds Parameters: seconds A float value Example: 1obj.setTrailTime(seconds)