File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ operations where `wd` slides in/out and `Space`/`ControlLeft` slides up/down (ju
124
124
## Usage
125
125
126
126
Add the [ ` TrackballPlugin ` ] followed by spawning a [ ` TrackballController ` ] together with a
127
- [ ` TrackballCamera ` ] and a [ ` Camera3dBundle ` ] or see simple and advanced [ examples] .
127
+ [ ` TrackballCamera ` ] and a ` Camera3dBundle ` or see simple and advanced [ examples] .
128
128
129
129
``` rust
130
130
use bevy :: prelude :: * ;
@@ -155,7 +155,6 @@ fn setup(mut commands: Commands) {
155
155
[ `TrackballPlugin` ] : https://qu1x.github.io/bevy_trackball/doc/bevy_trackball/struct.TrackballPlugin.html
156
156
[ `TrackballController` ] : https://qu1x.github.io/bevy_trackball/doc/bevy_trackball/struct.TrackballController.html
157
157
[ `TrackballCamera` ] : https://qu1x.github.io/bevy_trackball/doc/bevy_trackball/struct.TrackballCamera.html
158
- [ `Camera3dBundle` ] : https://qu1x.github.io/bevy_trackball/doc/bevy/core_pipeline/core_3d/struct.Camera3dBundle.html
159
158
160
159
[ examples ] : https://qu1x.github.io/bevy_trackball/examples
161
160
[ `exponential_map` ] : https://qu1x.github.io/bevy_trackball/examples/exponential_map.html
You can’t perform that action at this time.
0 commit comments