Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser committed May 25, 2017
1 parent 2d112c4 commit 0182e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ npm i regl-camera
| `theta` | `float` | Latitude angle parameter in radians |
| `phi` | `float` | Longitude angle parameter in radians |
| `distance` | `float` | Distance from camera to center of objective |
| `dirty` | `boolean` |
| `dirty` | `boolean` | Flag set to true when camera state has changed |

**Note**
These properties can also be accessed and modified directly by accessing the object
These properties can also be accessed and modified directly by accessing the object, though at the moment you will need to manually set `camera.dirty = true` if relying upon `renderOnDirty`

## License
(c) 2016 Mikola Lysenko. MIT License
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regl-camera",
"version": "2.1.0",
"version": "2.1.1",
"description": "Camera for regl",
"main": "regl-camera.js",
"dependencies": {
Expand Down

0 comments on commit 0182e4e

Please sign in to comment.