Files
addr2line
adler
adler32
ahash
aho_corasick
angle
approx
backtrace
bitflags
blender
bytemuck
byteorder
case
cast_trait
cfg_if
chrono
color
color_quant
const_fn
crc32fast
crossbeam
crossbeam_channel
crossbeam_deque
crossbeam_epoch
crossbeam_queue
crossbeam_skiplist
crossbeam_utils
darling
darling_core
darling_macro
dds
deflate
densevec
derive_builder
derive_builder_core
dot
downcast_rs
dual_quat
either
erased_serde
failure
failure_derive
fixedbitset
float_cmp
fnv
freeimage
freeimage_sys
freetype
freetype_gl_sys
freetype_sys
freetypegl
futures
futures_channel
futures_core
futures_executor
futures_io
futures_macro
futures_sink
futures_task
futures_util
async_await
future
io
lock
sink
stream
task
fxhash
generational_arena
generic_array
getrandom
gif
gimli
glfw
glfw_sys
glin
glin_derive
glsl
half
harfbuzz
harfbuzz_ft_sys
harfbuzz_sys
hashbrown
human_sort
ident_case
image
indexmap
instant
itertools
itoa
jpeg_decoder
lazy_static
libc
libm
lock_api
log
lut_parser
matrixmultiply
memchr
memoffset
meshopt
miniz_oxide
monotonic_clock
mopa
mutiny_derive
na
nalgebra
base
geometry
linalg
ncollide3d
bounding_volume
interpolation
partitioning
pipeline
procedural
query
algorithms
closest_points
contact
distance
nonlinear_time_of_impact
point
proximity
ray
time_of_impact
visitors
shape
transformation
utils
nom
num_complex
num_cpus
num_integer
num_iter
num_rational
num_traits
numext_constructor
numext_fixed_uint
numext_fixed_uint_core
numext_fixed_uint_hack
object
once_cell
parking_lot
parking_lot_core
pathfinding
pennereq
petgraph
pin_project_lite
pin_utils
png
polygon2
ppv_lite86
proc_macro2
proc_macro_crate
proc_macro_hack
proc_macro_nested
quote
rand
rand_chacha
rand_core
rand_distr
raw_window_handle
rawpointer
rayon
rayon_core
rect_packer
regex
regex_syntax
retain_mut
rin
rin_app
rin_blender
rin_core
rin_gl
rin_graphics
rin_gui
rin_material
rin_math
rin_postpo
rin_scene
rin_util
rin_window
rinblender
rinecs
rinecs_derive
rinecs_derive_utils
ringui_derive
rustc_demangle
rusty_pool
ryu
scopeguard
seitan
seitan_derive
semver
semver_parser
serde
serde_derive
serde_json
shaderdata_derive
simba
slab
slice_of_array
slotmap
smallvec
std140_data
streaming_iterator
strsim
syn
synstructure
thiserror
thiserror_impl
thread_local
tiff
time
toml
typenum
unchecked_unwrap
unicode_xid
vec2
vec3
weezl
x11
zlib_sys
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
/*!
 * Everything related to transformations in mutiny. From objects transformations to cameras
 */

use rin_math::{
    one, Pnt3, UnitQuat, Vec3, Vec4, Mat4, Mat3, Unit, vec3, vec4, pnt4, Rect, Deg, Rad, ToVec,
    Isometry3, Rotation3, FastInverse, DualQuat
};
use rin_events::{Stream, TryIter, StreamExt};
use std::ops::{Deref, DerefMut};
use rin_graphics::{
    self as graphics, CameraExt, ArcballCamera, NodeMut, Mesh, Vertex3D, CameraPerspective, CameraOrthographic
};
use rinecs::{Entities, Resources, System, Component, HierarchicalComponent, OneToNComponent, system};
#[cfg(feature="debug_geometry")]
use crate::geometry::Geometry;
use serde::Serialize as _;
use std::sync::Arc;
use std::cell::Cell;
use serde_derive::{Serialize, Deserialize};

#[derive(Clone, Component, Debug, Serialize, Deserialize)]
pub struct SkinningUpToDate(pub bool);

#[derive(Clone, Component, Debug, Serialize, Deserialize)]
pub struct PreviousTransformation(pub graphics::Node);

impl Default for PreviousTransformation{
    fn default() -> PreviousTransformation{
        PreviousTransformation(one())
    }
}

impl PreviousTransformation{
    pub fn new(pos: Pnt3, rot: UnitQuat, scale: Vec3) -> PreviousTransformation{
        PreviousTransformation(graphics::Node::new(pos, rot, scale))
    }

    pub fn from_position(pos: Pnt3) -> PreviousTransformation{
        PreviousTransformation(graphics::Node::new(pos, one(), vec3!(1.)))
    }
}

#[cfg(feature="blender")]
impl<'a> From<&'a rinblender::Transformations> for PreviousTransformation {
    fn from(trafo: &'a rinblender::Transformations) -> PreviousTransformation {
        if let Some(parent_inv) = trafo.parent_inv {
            PreviousTransformation( graphics::Node::with_preparent(parent_inv,
                            trafo.position, trafo.into_quat(), trafo.scale))
        }else{
            PreviousTransformation::new(trafo.position, trafo.into_quat(), trafo.scale)
        }
    }
}

#[derive(Clone,Debug,Copy,PartialEq,Eq, Serialize, Deserialize)]
#[allow(dead_code)]
#[repr(i16)]
pub enum RotMode {
	Quat   = 0,
	EulerXYZ = 1,
	EulerXZY = 2,
	EulerYXZ = 3,
	EulerYZX = 4,
	EulerZXY = 5,
	EulerZYX = 6,
	AxisAngle = -1,
}

pub struct BoneParts;

bitflags::bitflags!{
    #[derive(Serialize, Deserialize)]
    pub struct BoneFlags: u16{
        const NO_ROTATION_FROM_PARENT    = 1 << 0;
        const NO_SCALE_FROM_PARENT       = 1 << 1;
        const NO_TRANSLATION_FROM_PARENT = 1 << 2;
    }
}

#[derive(HierarchicalComponent, Debug, Serialize, Deserialize)]
#[debug_custom]
pub struct Bone{
    pub rest: graphics::Node,
    pub original: graphics::Node,
    pub animated: graphics::Node,
    pub rot_mode: RotMode,
    pub rest_mat: Mat4,
    pub inv_rest_mat: Mat4,
    pub animated_id: usize,
    pub optimized_id: usize,
    pub head: Pnt3,
    pub tail: Pnt3,
    pub head_radius: f32,
    pub tail_radius: f32,
    pub name: String,
    pub has_changed: bool,
    pub flags: BoneFlags,
    pub used: bool,
}

impl Bone{
    #[inline]
    pub fn pose_mat(&self) -> Mat4{
        self.animated.global_transformation()
    }

    #[inline]
    pub fn local_mat(&self) -> Mat4{
        self.pose_mat() * self.inv_rest_mat
    }

    // #[inline]
    // pub fn normal_mat(&self) -> Mat3{
    //     let p = Mat3::from_iterator(self.pose_mat().columns(0,3).rows(0,3).iter().map(|v| *v));
    //     p * self.inv_rest_mat3
    // }

    #[inline]
    pub fn global_head(&self) -> Pnt3{
        (self.animated.global_transformation() * pnt4!(self.head, 1.0)).xyz()
    }

    #[inline]
    pub fn global_tail(&self) -> Pnt3{
        (self.animated.global_transformation() * pnt4!(self.tail, 1.0)).xyz()
    }

    pub fn to_dual_quaternion(&self) -> (DualQuat, Mat4){
        let q = self.animated.global_orientation();
        let t = self.animated.global_position();
        let matrix = Isometry3::from_parts(t.to_vec().into(), q).to_homogeneous() * self.inv_rest_mat;
        let rot = Mat3::from_columns(&[
            matrix.column(0).xyz(),
            matrix.column(1).xyz(),
            matrix.column(2).xyz(),
        ]);
        let rot = Rotation3::from_matrix_unchecked(rot);
        let q = UnitQuat::from_rotation_matrix(&rot);
        let t = matrix.column(3).xyz();
        let scale = matrix.fast_orthonormal_inverse() * self.local_mat();
        return (DualQuat::rigid_transformation(q, t), scale);
    }

    pub fn update_with_parent(&mut self, parent: Option<&Bone>) -> bool{
        self.has_changed = if self.flags.is_empty(){
            self.original.update_with_parent(parent.map(|p| &p.animated)) |
            self.animated.update_with_parent(Some(&self.original))
        }else{
            let translation = if self.flags.contains(BoneFlags::NO_TRANSLATION_FROM_PARENT){
                parent.map(|p| &p.rest)
            }else{
                parent.map(|p| &p.animated)
            };
            let orientation = if self.flags.contains(BoneFlags::NO_ROTATION_FROM_PARENT){
                parent.map(|p| &p.rest)
            }else{
                parent.map(|p| &p.animated)
            };
            let scale = if self.flags.contains(BoneFlags::NO_SCALE_FROM_PARENT){
                parent.map(|p| &p.rest)
            }else{
                parent.map(|p| &p.animated)
            };
            self.original.update_with_parent_parts(translation, orientation, scale) |
            self.animated.update_with_parent(Some(&self.original))
        };
        self.has_changed
    }
}

impl rinecs::DebugParameter for Bone{
    fn debug<S: serde::Serializer>(&self, serializer: S) -> Result<<S as serde::Serializer>::Ok, <S as serde::Serializer>::Error>{
        #[derive(Serialize)]
        struct Position{
            x: f32,
            y: f32,
            z: f32,
        }

        #[derive(Serialize)]
        struct Orientation{
            x: f32,
            y: f32,
            z: f32,
            w: f32,
        }

        #[derive(Serialize)]
        struct Scale{
            x: f32,
            y: f32,
            z: f32,
        }


        #[derive(Serialize)]
        struct Node{
            position: Position,
            orientation: Orientation,
            scale: Scale,
            global_position: Position,
            global_orientation: Orientation,
            global_scale: Scale,
        }

        #[derive(Serialize)]
        struct _Bone<'a>{
            original: Node,
            animated: Node,
            rot_mode: RotMode,
            rest_mat: &'a Mat4,
            inv_rest_mat: &'a Mat4,
            animated_id: usize,
            head: &'a Pnt3,
            tail: &'a Pnt3,
            head_radius: f32,
            tail_radius: f32,
            name: &'a str,
            has_changed: bool,
            flags: BoneFlags,
        }

        let p = self.original.position();
        let q = self.original.orientation();
        let s = self.original.scale();

        let gp = self.original.global_position();
        let gq = self.original.global_orientation();
        let gs = self.original.global_scale();

        let original = Node{
            position: Position{
                x: p[0], y: p[1], z: p[2]
            },
            orientation: Orientation{
                x: q[0], y: q[1], z: q[2], w: q[3]
            },
            scale: Scale{
                x: s.x, y: s.y, z: s.z
            },
            global_position: Position{
                x: gp[0], y: gp[1], z: gp[2]
            },
            global_orientation: Orientation{
                x: gq[0], y: gq[1], z: gq[2], w: gq[3]
            },
            global_scale: Scale{
                x: gs.x, y: gs.y, z: gs.z
            },
        };

        let p = self.animated.position();
        let q = self.animated.orientation();
        let s = self.animated.scale();

        let gp = self.animated.global_position();
        let gq = self.animated.global_orientation();
        let gs = self.animated.global_scale();

        let animated = Node{
            position: Position{
                x: p[0], y: p[1], z: p[2]
            },
            orientation: Orientation{
                x: q[0], y: q[1], z: q[2], w: q[3]
            },
            scale: Scale{
                x: s.x, y: s.y, z: s.z
            },
            global_position: Position{
                x: gp[0], y: gp[1], z: gp[2]
            },
            global_orientation: Orientation{
                x: gq[0], y: gq[1], z: gq[2], w: gq[3]
            },
            global_scale: Scale{
                x: gs.x, y: gs.y, z: gs.z
            },
        };

        _Bone{
            original,
            animated,
            rot_mode: self.rot_mode,
            rest_mat: &self.rest_mat,
            inv_rest_mat: &self.inv_rest_mat,
            animated_id: self.animated_id,
            head: &self.head,
            tail: &self.tail,
            head_radius: self.head_radius,
            tail_radius: self.tail_radius,
            name: &self.name,
            has_changed: self.has_changed,
            flags: self.flags,
        }.serialize(serializer)
    }
}

#[derive(OneToNComponent, Debug, Serialize, Deserialize)]
pub struct RenderPlane {
    camera_matrices: graphics::mvp::CameraMatrices,
    clip_plane: Option<Vec4>,
    bias: f32,
    has_changed: bool,
    draw_translucent: bool,
    draw_debug: bool,
}

impl RenderPlane {
    pub fn new<C: CameraExt>(camera: &C, viewport: Rect<i32>, clip_plane: Option<Vec4>, bias: f32) -> RenderPlane{
        let camera_matrices = if let Some(clip) = clip_plane{
            let clip_plane = vec4!(clip.xyz(), clip.w + bias);
            graphics::mvp::CameraMatrices::with_camera_viewport_clip_plane(camera, viewport, clip_plane)
        }else{
            graphics::mvp::CameraMatrices::with_camera_viewport(camera, viewport)
        };
        RenderPlane{
            camera_matrices,
            clip_plane,
            bias,
            has_changed: false,
            draw_translucent: true,
            draw_debug: false,
        }
    }

    pub fn biased_clip_plane(&self) -> Option<Vec4>{
        self.clip_plane.map(|clip| vec4!(clip.xyz(), clip.w + self.bias))
    }

    pub fn camera_matrices(&self) -> &graphics::mvp::CameraMatrices{
        &self.camera_matrices
    }

    pub fn update_camera_viewport<C: CameraExt>(&mut self, camera: &C, viewport: Rect<i32>){
        self.has_changed = true;
        let camera_matrices = if let Some(clip) = self.biased_clip_plane(){
            graphics::mvp::CameraMatrices::with_camera_viewport_clip_plane(camera, viewport, clip)
        }else{
            graphics::mvp::CameraMatrices::with_camera_viewport(camera, viewport)
        };
        self.camera_matrices = camera_matrices;
    }

    pub fn update_camera_viewport_bias<C: CameraExt>(&mut self, camera: &C, viewport: Rect<i32>, bias: f32){
        self.has_changed = true;
        self.bias = bias;
        let camera_matrices = if let Some(clip) = self.biased_clip_plane(){
            graphics::mvp::CameraMatrices::with_camera_viewport_clip_plane(camera, viewport, clip)
        }else{
            graphics::mvp::CameraMatrices::with_camera_viewport(camera, viewport)
        };
        self.camera_matrices = camera_matrices;
    }

    pub fn set_clip_plane(&mut self, clip_plane: Vec4){
        self.has_changed = true;
        self.clip_plane = Some(clip_plane);
        self.camera_matrices.set_clip_plane(self.biased_clip_plane().unwrap());
    }

    pub fn clip_plane(&self) -> Option<Vec4>{
        self.clip_plane
    }

    pub fn bias(&self) -> f32{
        self.bias
    }

    pub fn has_changed(&self) -> bool{
        self.has_changed
    }

    pub fn reset_has_changed(&mut self){
        self.has_changed = false;
    }

    pub fn set_draw_translucent(&mut self, draw_translucent: bool){
        self.has_changed = true;
        self.draw_translucent = draw_translucent;
    }

    pub fn draw_translucent(&self) -> bool{
        self.draw_translucent
    }

    pub fn set_draw_debug(&mut self, draw_debug: bool){
        self.has_changed = true;
        self.draw_debug = draw_debug;
    }

    pub fn draw_debug(&self) -> bool{
        self.draw_debug
    }
}

#[derive(Debug, Serialize, Deserialize)]
pub struct Viewport{
    viewport: Rect<i32>,
    changed: bool,
}

impl Viewport{
    pub fn new(viewport: Rect<i32>) -> Viewport{
        Viewport{
            viewport,
            changed: false,
        }
    }

    pub fn rect(&self) -> &Rect<i32> {
        &self.viewport
    }

    pub fn has_changed(&self) -> bool{
        self.changed
    }
}

impl Deref for Viewport {
    type Target = Rect<i32>;
    fn deref(&self) -> &Rect<i32>{
        &self.viewport
    }
}

impl DerefMut for Viewport {
    fn deref_mut(&mut self) -> &mut Rect<i32>{
        &mut self.viewport
    }
}

pub struct Camera<C = ArcballCamera>{
    camera: C,
    changed: Arc<Cell<bool>>,
}

unsafe impl<C: CameraExt + Send + 'static> Send for Camera<C>{}

pub struct CameraChanged(Arc<Cell<bool>>);

unsafe impl Send for CameraChanged{}

impl CameraChanged{
    pub fn has_changed(&self) -> bool{
        self.0.get()
    }
}

impl<C: CameraExt + Send + 'static> Camera<C>{
    pub fn new(camera: C) -> (Camera<C>, CameraChanged){
        let changed = Arc::new(Cell::new(false));
        let camera = Camera{
            camera,
            changed: changed.clone(),
        };
        let changed = CameraChanged(changed);
        (camera, changed)
    }

    pub fn has_changed(&self) -> bool{
        self.changed.get()
    }

    pub fn frustum_geometry(&self) -> Mesh<Vertex3D>{
        let mut frustum_corners = graphics::cuboid_wireframe(vec3!(2.));

        let inv_proj_view = self.camera.projection_view().try_inverse().unwrap();

        for corner in frustum_corners.iter_mut(){
            let world_corner = inv_proj_view * vec4!(corner.position, 1.);
            corner.position = world_corner.xyz() / world_corner.w
        }

        frustum_corners
    }
}

impl<C: CameraExt> Camera<C>{
    pub fn update(&mut self) -> bool{
        self.changed.set(self.camera.update());
        self.changed.get()
    }
}

impl<C> Deref for Camera<C> {
    type Target = C;
    fn deref(&self) -> &C{
        &self.camera
    }
}

impl<C> DerefMut for Camera<C> {
    fn deref_mut(&mut self) -> &mut C{
        &mut self.camera
    }
}

impl<C: graphics::NodeRef> graphics::NodeRef for Camera<C>{
    fn node(&self) -> &graphics::Node{
        self.camera.node()
    }
}

impl<C: CameraExt> CameraExt for Camera<C>{
    fn projection(&self) -> Mat4{
        self.camera.projection()
    }

    fn view(&self) -> Mat4{
        self.camera.view()
    }

    fn projection_view(&self) -> Mat4{
        self.camera.projection_view()
    }

    fn fov(&self) -> Option<Deg<f32>>{
        self.camera.fov()
    }

    fn hfov(&self) -> Option<Deg<f32>>{
        self.camera.hfov()
    }

    fn focal_length(&self) -> Option<f32>{
        self.camera.focal_length()
    }

    fn sensor_width_mm(&self) -> Option<f32> {
        self.camera.sensor_width_mm()
    }

    fn width(&self) -> Option<f32>{
        self.camera.width()
    }

    fn near_far_clip(&self) -> (f32, Option<f32>){
        self.camera.near_far_clip()
    }

    fn near_clip(&self) -> f32{
        self.camera.near_clip()
    }

    fn far_clip(&self) -> Option<f32>{
        self.camera.far_clip()
    }

    fn set_near(&mut self, near: f32){
        self.camera.set_near(near);
    }

    fn set_far(&mut self, far: f32){
        self.camera.set_far(far);
    }

    fn set_near_far(&mut self, near: f32, far: f32){
        self.camera.set_near_far(near,far);
    }

    fn set_aspect_ratio(&mut self, aspect: f32){
        self.camera.set_aspect_ratio(aspect);
    }

    fn aspect_ratio(&self) -> f32{
        self.camera.aspect_ratio()
    }

    fn target(&self) -> &Pnt3{
        self.camera.target()
    }

    fn set_target(&mut self, target: Pnt3){
        self.camera.set_target(target)
    }

    fn up(&self) -> &Unit<Vec3>{
        self.camera.up()
    }

    fn update(&mut self) -> bool{
        self.update()
    }

    fn enable_depth_clamp(&mut self){
        self.camera.enable_depth_clamp();
    }

    fn disable_depth_clamp(&mut self){
        self.camera.disable_depth_clamp();
    }

    fn depth_clamp(&self) -> bool{
        self.camera.depth_clamp()
    }

    fn set_reversed_z(&mut self, reversed_z: bool){
        self.camera.set_reversed_z(reversed_z);
    }

    fn reversed_z(&self) -> bool{
        self.camera.reversed_z()
    }

    fn far_at_infinity(&self) -> bool{
        self.camera.far_at_infinity()
    }
}

impl<C: CameraPerspective + NodeMut> CameraPerspective for Camera<C>{
    fn set_fov(&mut self, fov: Deg<f32>){
        self.camera.set_fov(fov);
    }

    fn set_near_with_far_at_infinity(&mut self, near: f32){
        self.camera.set_near_with_far_at_infinity(near)
    }
}

impl<C: CameraOrthographic + NodeMut> CameraOrthographic for Camera<C>{
    fn set_width(&mut self, width: f32){
        self.camera.set_width(width)
    }
}


impl<C: NodeMut> NodeMut for Camera<C>{
    fn node_mut(&mut self) -> &mut graphics::Node{
        self.camera.node_mut()
    }

    fn update_with_parent_parts(
        &mut self,
        parent_loc: Option<&graphics::Node>,
        parent_orientation: Option<&graphics::Node>,
        parent_scale: Option<&graphics::Node>) -> bool
    {
        self.camera.update_with_parent_parts(parent_loc, parent_orientation, parent_scale)
    }

    fn update_with_parent(&mut self, parent: Option<&graphics::Node>) -> bool{
        self.camera.update_with_parent_parts(parent, parent, parent)
    }

    fn look_at(&mut self, at: &Pnt3, up: &Vec3) -> rin_util::Result<()>{
        self.camera.look_at(at, up)
    }

    fn rotate(&mut self, angle: Rad<f32>, axis: &Unit<Vec3>){
        self.camera.rotate(angle, axis)
    }

    fn append_orientation(&mut self, orientation: &UnitQuat){
        self.camera.append_orientation(orientation)
    }

    fn tilt(&mut self, angle: Rad<f32>){
        self.camera.tilt(angle)
    }

    fn pan(&mut self, angle: Rad<f32>){
        self.camera.pan(angle)
    }

    fn roll(&mut self, angle: Rad<f32>){
        self.camera.roll(angle)
    }

    fn set_scale(&mut self, _: Vec3){
        // Camera can't be scaled
    }

    fn translate(&mut self, t: &Vec3){
        self.camera.translate(t)
    }

    fn set_position(&mut self, pos: Pnt3){
        self.camera.set_position(pos)
    }

    fn set_angle_axis(&mut self, angle: Rad<f32>, axis: &Unit<Vec3>){
        self.camera.set_angle_axis(angle, axis)
    }

    fn set_orientation(&mut self, orientation: UnitQuat){
        self.camera.set_orientation(orientation)
    }
}


// Checks if the global camera or the viewport has changed and
// updates the matrices
pub struct CameraUpdater{
    viewport: TryIter<'static, Rect<i32>>,
}

impl CameraUpdater{
    pub fn new(viewport: Stream<'static, Rect<i32>>) -> CameraUpdater{
        CameraUpdater{
            viewport: viewport.dedup().try_iter()
        }
    }
}

pub struct CameraParts;

#[system(name = "camera updater")]
#[needs(CameraParts)]
#[updates(dyn CameraExt + Send, Viewport)]
#[cfg_attr(any(feature="desktop", feature="desktop_gles", feature="web"), needs("crate::events::Events"))]
impl System for CameraUpdater{
    fn run(&mut self, _e: Entities, resources: Resources){
        let mut camera = resources.as_trait_mut::<dyn CameraExt + Send>().unwrap();
        let mut viewport = resources.get_mut::<Viewport>().unwrap();

        if let Some(new_viewport) = self.viewport.by_ref().last() {
            viewport.viewport = new_viewport;
            viewport.changed = true;
            camera.set_aspect_ratio(viewport.width as f32 / viewport.height as f32);
        }else{
            viewport.changed = false;
        }
        camera.update();
    }
}