-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#10: Include an invisible diamond selection in axis helpers for easie…
…r targeting
- Loading branch information
1 parent
0e7d495
commit d10817e
Showing
11 changed files
with
661 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
WriteZ | ||
{ | ||
// Only writes to Z buffer, so it's invisible but can be selected. | ||
"%noToolTexture" 1 | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// A version of the axis helper, designed to tint along with sprites etc. | ||
|
||
$modelname "editor/axis_helper_white.mdl" | ||
|
||
$bodygroup "Body" | ||
{ | ||
studio "axis_helper.smd" | ||
} | ||
|
||
|
||
$surfaceprop "default" | ||
|
||
$contents "solid" | ||
|
||
$illumposition 0 0 0 | ||
|
||
$cdmaterials "models\editor\" | ||
|
||
$cbox 0 0 0 0 0 0 | ||
|
||
$bbox -5.5 -5.5 -5.5 5.5 5.5 5.5 | ||
|
||
$sequence "idle" { | ||
"idle.smd" | ||
fadein 0.2 | ||
fadeout 0.2 | ||
fps 30 | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Created by Crowbar 0.74 | ||
version 1 | ||
nodes | ||
0 "root" -1 | ||
end | ||
skeleton | ||
time 0 | ||
0 0.000000 0.000000 0.000000 0 0 0 | ||
end |