jit.gl.environment error
I am trying to replicate the patcher in this tutorial: Morph from one 3D Model to Another with Max/MSP Jitter (youtube.com) but find my jit.gl.environment object won't work, it is brown. Same for 'jit.gl.pbr', a 'mix mixVal' object, and 'param mixVal 0'. Can you help me troubleshoot?
[jit.gl.environment] and [jit.gl.pbr] both appear in Max 8.3 if I remember correctly, and they need the Graphics engine set to 'glcore' in the Max Preferences.
[mix] and [param] objects are specific to the gen langage and can only be created inside of gen patchers such as [gen], [gen~], [jit.gen], [jit.gl.pix]. I assume you need the last one as you seem to wor with visuals. So create a [jit.gl.pix], then double-click on it, then you can create your [mix] and [param] inside of the new window.