Skip to content

Commit

Permalink
fix: reverse demo
Browse files Browse the repository at this point in the history
  • Loading branch information
prieston committed Oct 15, 2021
1 parent 11ac36b commit b646b44
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 40 deletions.
6 changes: 6 additions & 0 deletions demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ const clip = new threejs.Clip(
position: { set: [139, 175, 195] },
},
},
{
type: "AmbientLight",
settings: {
position: { set: [139, 175, 195] },
},
},
],
cameras: {
id: "camera_1",
Expand Down
Loading

0 comments on commit b646b44

Please sign in to comment.