Several optimizations on non-interactive actors.
This commit is contained in:
parent
4a46817881
commit
4bb3a1e85a
32 changed files with 336 additions and 1867 deletions
|
|
@ -2364,16 +2364,12 @@ Class SWWMUtility
|
|||
}
|
||||
}
|
||||
|
||||
Class RadiusDebugSphere : Actor
|
||||
Class RadiusDebugSphere : SWWMNonInteractiveActor
|
||||
{
|
||||
Default
|
||||
{
|
||||
RenderStyle "AddStencil";
|
||||
StencilColor "White";
|
||||
Radius .1;
|
||||
Height 0.;
|
||||
+NOGRAVITY;
|
||||
+NOINTERACTION;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue