Link Search Menu Expand Document

You are browsing the documentation for v0.x.
Visit here for the newest version.

names

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.

<vgl-mesh material="mat1 mat2" />
<vgl-mesh :material="['mat1', 'mat2']" />

List of prop types