Add TGL comment

This commit is contained in:
Christian Semmler 2023-11-19 07:49:12 -05:00 committed by Nathan M Gilbert
parent 123f143514
commit ab6d4f1f77

View File

@ -303,6 +303,8 @@ class Group : public Object {
virtual Result SetOrientation(const double direction[3],
const double up[3]) = 0;
#endif
// TODO: The type was changed from `FloatMatrix` to `Matrix` to make code in UpdateWorldData match.
// However, this is unlikely to be correct and will have to be figured out at some point.
virtual Result SetTransformation(const Matrix4&) = 0;
// ??? not yet fully implemented