Lots of changes everywhere.

This commit is contained in:
2021-08-01 01:23:39 -04:00
parent b3a6105cbe
commit 13018f75aa
11 changed files with 186 additions and 25 deletions

View File

@ -73,8 +73,12 @@ function RenderDirAxes {
}
if vec <> V(0,0,0) {
// RenderVectorShipRelative(vec).
RenderDirAxes(vec).
if vec:istype("vector") {
RenderVectorWithComponents(vec).
}
if vec:istype("direction") {
RenderDirAxes(vec).
}
}
function ClearRenders {