The default ‘Basic 3D project’ (in 1.6.2) contains:
go.set("#cube", "tint", vmath.vector4(1,1,0,1))
go.set("#cube", "light", self.light)
However “tint” and “light” are not listed as properties of model in the documentation:
Please can someone tell me what is occurring here, my miss-understanding and/or where this is documented?
Thanks.