Skip to content

Commit ca0322a

Browse files
committed
Added link
1 parent ba4816c commit ca0322a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

plugins/camera3d/readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Then rebuild Phaser via webpack. The plugin will now be included by default and
3838

3939
## Using the Plugin
4040

41-
Here is a basic example of using the plugin. You can find many more in the Phaser 3 Examples repo in the `cameras/3D Camera` folder.
41+
Here is a basic example of using the plugin. You can find many more in the Phaser 3 Examples repo in the [cameras/3D Camera](https://github.com/photonstorm/phaser3-examples/tree/master/public/src/camera/3D%20camera) folder.
4242

4343
```
4444
var config = {
@@ -77,8 +77,6 @@ function create ()
7777
function update ()
7878
{
7979
camera.transformChildren(transform);
80-
81-
updateCamControls();
8280
}
8381
```
8482

0 commit comments

Comments
 (0)