mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-04-25 14:25:44 +00:00
remove as many transforms as possible, render Z-up axes
This commit is contained in:
parent
b2404a90af
commit
60a46e708b
424 changed files with 383 additions and 256882 deletions
|
|
@ -57,3 +57,20 @@ main {
|
|||
left: auto !important;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.AxisLabel {
|
||||
font-size: 12px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.AxisLabel[data-axis="x"] {
|
||||
color: rgb(255, 153, 0);
|
||||
}
|
||||
|
||||
.AxisLabel[data-axis="y"] {
|
||||
color: rgb(153, 255, 0);
|
||||
}
|
||||
|
||||
.AxisLabel[data-axis="z"] {
|
||||
color: rgb(0, 153, 255);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue