Make CameraController public
This commit is contained in:
parent
55b79f0b39
commit
057d849e24
|
@ -90,7 +90,7 @@ impl Projection {
|
|||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(crate) struct CameraController {
|
||||
pub struct CameraController {
|
||||
camera: Camera,
|
||||
projection: Projection,
|
||||
uniform: CameraUniform,
|
||||
|
|
Loading…
Reference in New Issue