mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
update plugin
This commit is contained in:
parent
bd7fe45631
commit
364757752b
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user