When you have to log your instance you have to use the template reference and then log them:
And is A LOT of code just for a simple log right?
With the new directive v-log provided by TresJS, you can do this by just adding v-log
to the instance.
Note that you can pass a modifier with the name of a property, for example v-log:material
, and will log directly the material
property 😍