Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit b932009

Browse files
committed
Add geometry/material views for SkinnedMesh and InstancedMesh
1 parent a439e4f commit b932009

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/data/objects.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ export default {
5454
LineLoop: GeometryRenderable,
5555
LineSegments: GeometryRenderable,
5656
Points: GeometryRenderable,
57+
SkinnedMesh: GeometryRenderable,
58+
InstancedMesh: GeometryRenderable,
5759

5860
AxesHelper: Helper,
5961
BoxHelper: Helper,

0 commit comments

Comments
 (0)