| 128 | } |
| 129 | protected: |
| 130 | void set(const ::Camera3D& camera) { |
| 131 | position = camera.position; |
| 132 | target = camera.target; |
| 133 | up = camera.up; |
| 134 | fovy = camera.fovy; |
| 135 | projection = camera.projection; |
| 136 | } |
| 137 | }; |
| 138 | |
| 139 | using Camera = Camera3D; |
nothing calls this directly
no outgoing calls
no test coverage detected