library: core: scene: derive Debug and PartialEq
This commit is contained in:
parent
bfa9aa22dc
commit
c8ca438091
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ use rand::prelude::thread_rng;
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
|
|
||||||
/// Represent the scene being rendered.
|
/// Represent the scene being rendered.
|
||||||
|
#[derive(Debug, PartialEq)]
|
||||||
pub struct Scene {
|
pub struct Scene {
|
||||||
camera: Camera,
|
camera: Camera,
|
||||||
lights: LightAggregate,
|
lights: LightAggregate,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue