Skip to content

Commit

Permalink
Add camera direction to cameraState
Browse files Browse the repository at this point in the history
  • Loading branch information
jonikorpi committed Aug 30, 2021
1 parent e6f7b8c commit bc5351e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ const createCamera = (props = {}) => {
projectionView,
inverseProjectionView,
position,
direction,
target,
up,
update,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuoro/sahti",
"version": "0.10.0",
"version": "0.10.1",
"description": "Write a WebGL 2 command, use it like a component.",
"type": "module",
"main": "main.js",
Expand Down

0 comments on commit bc5351e

Please sign in to comment.