1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +08:00

update plugin

This commit is contained in:
Kevin Levron 2021-04-30 17:34:42 +02:00
parent bd7fe45631
commit 364757752b

View File

@ -24,6 +24,7 @@ export const TroisJSVuePlugin = {
'MatcapMaterial',
'PhongMaterial',
'PhysicalMaterial',
'PointsMaterial',
'ShaderMaterial',
'StandardMaterial',
'SubSurfaceMaterial',
@ -32,6 +33,8 @@ export const TroisJSVuePlugin = {
'Texture',
'CubeTexture',
'BufferGeometry',
'Mesh',
'Box', 'BoxGeometry',
@ -54,6 +57,7 @@ export const TroisJSVuePlugin = {
'Image',
'InstancedMesh',
'Points',
'Sprite',
'FBXModel',