You are browsing the documentation for v0.x. Visit here for the newest version.
Either space separated name strings or an array of name strings. Used for multiple object specification in VueGL’s namespace.
Examples below set materials named mat1 and mat2 to the mesh object.
mat1
mat2
<vgl-mesh material="mat1 mat2" />
<vgl-mesh :material="['mat1', 'mat2']" />