From c8fac120dc40585a8c7a1ff97eeb86334f36756c Mon Sep 17 00:00:00 2001 From: robin Date: Sun, 5 May 2024 16:37:39 +0200 Subject: [PATCH] fix: added warning --- vtk/src/helperClasses/CartographicTransformation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vtk/src/helperClasses/CartographicTransformation.h b/vtk/src/helperClasses/CartographicTransformation.h index 368483d..56ffbeb 100644 --- a/vtk/src/helperClasses/CartographicTransformation.h +++ b/vtk/src/helperClasses/CartographicTransformation.h @@ -16,6 +16,7 @@ vtkSmartPointer createNormalisedCamera(); /** * Constructs a 4x4 projection matrix that maps homogenious (longitude, latitude, 0, 1) points * to the normalised space. + * TODO: This will soon require UVGrid as a parameter after the advection code is merged properly. * TODO: This transformation has room for improvement see: * https://github.com/MakeNEnjoy/interactive-track-and-trace/issues/12 * @return pointer to 4x4 matrix