The model should look like 3 axes in different color where:
purple = n (pointing vector, positive z)
yellow = u (positive x)
blue = v (up, positive y)
so we'll have an arrow model and camera model would hold 3 arrow models.
both CameraModel and ArrowModel should have the function draw()SS
The model should look like 3 axes in different color where:
purple = n (pointing vector, positive z)
yellow = u (positive x)
blue = v (up, positive y)
so we'll have an arrow model and camera model would hold 3 arrow models.
both CameraModel and ArrowModel should have the function
draw()SS