Commit Graph

8 Commits

Author SHA1 Message Date
Mark Langen
9a5d53034c Missing Tgl:: on CreateRenderer 2023-11-29 22:19:50 -08:00
Mark Langen
228c9c7dce Use new and delete for DeepClone 2023-11-29 22:14:41 -08:00
Mark Langen
df68b05e2a Fix call which should have been Release 2023-11-29 22:01:48 -08:00
Mark Langen
8dad24301a Full fix for ordering problems 2023-11-29 00:22:55 -08:00
Mark Langen
ce22c366e3 Fix order 2023-11-28 23:03:12 -08:00
Mark Langen
76aa524129 Fixups FloatMatrix -> FloatMatrix4 2023-11-28 22:09:35 -08:00
Mark Langen
77730334d0 Restructure changes using Tgl naming / details
* Restructure the changes to use the naming that we know from Tgl.

* Fill in some parts of the implementation I couldn't initially figure
  out using the details from Tgl (got more 100% matches).
2023-11-28 21:53:20 -08:00
Nathan M Gilbert
7fc1f8019f
Implement ViewROI and base classes (#287)
* Implement ViewROI and base classes

* Clean up Orientable header

* Move tgl to tgl subdirectory, and use target_include_directories

* Move classes to submodules

* Fix some missed references

* Fix/match UpdateWorldData

* Renaming / removing MxTypes / refactoring

* Consistent naming for Matrix

* Adjust format action

* Add Vector3/Vector4 to Data vector

* Add TGL comment

* Add a comment about Matrix4Impl

* Add ROI comment

---------

Co-authored-by: Anonymous Maarten <anonymous.maarten@gmail.com>
Co-authored-by: Christian Semmler <mail@csemmler.com>
2023-11-19 15:38:07 +01:00