Lots of changes everywhere.
This commit is contained in:
parent
b3a6105cbe
commit
13018f75aa
11 changed files with 186 additions and 25 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue