1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +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', 'MatcapMaterial',
'PhongMaterial', 'PhongMaterial',
'PhysicalMaterial', 'PhysicalMaterial',
'PointsMaterial',
'ShaderMaterial', 'ShaderMaterial',
'StandardMaterial', 'StandardMaterial',
'SubSurfaceMaterial', 'SubSurfaceMaterial',
@ -32,6 +33,8 @@ export const TroisJSVuePlugin = {
'Texture', 'Texture',
'CubeTexture', 'CubeTexture',
'BufferGeometry',
'Mesh', 'Mesh',
'Box', 'BoxGeometry', 'Box', 'BoxGeometry',
@ -54,6 +57,7 @@ export const TroisJSVuePlugin = {
'Image', 'Image',
'InstancedMesh', 'InstancedMesh',
'Points',
'Sprite', 'Sprite',
'FBXModel', 'FBXModel',