mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Added link
This commit is contained in:
parent
ba4816c99c
commit
ca0322a511
1 changed files with 1 additions and 3 deletions
|
@ -38,7 +38,7 @@ Then rebuild Phaser via webpack. The plugin will now be included by default and
|
|||
|
||||
## Using the Plugin
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
```
|
||||
var config = {
|
||||
|
@ -77,8 +77,6 @@ function create ()
|
|||
function update ()
|
||||
{
|
||||
camera.transformChildren(transform);
|
||||
|
||||
updateCamControls();
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue