1 |
Is giving some fake weapon that has width (akin to Pyro) and is a beam that does nothing but is required to "hit" to fire the true weapon possible? Is pyro also a 0-thick line check?
|
1 |
Is giving some fake weapon that has width (akin to Pyro) and is a beam that does nothing but is required to "hit" to fire the true weapon possible? Is pyro also a 0-thick line check?
|
2 |
\n
|
2 |
\n
|
3 |
Thick
line
check
could
be
done
as
actually
4
checks
(
say
8
for
cyllinder-like
shape)
|
3 |
Thick
line
check
could
be
done
as
actually
4-5
checks
(
say
8
for
cyllinder-like
shape)
|
4 |
\n
|
4 |
\n
|
5 |
Thin: - - -
|
5 |
Thin: - - -
|
6 |
\n
|
6 |
\n
|
7 |
With thickness:
|
7 |
With thickness:
|
8 |
\n
|
8 |
\n
|
9 |
- -
|
9 |
- -
|
10 |
\ /
|
10 |
\ /
|
11 |
/
|
11 |
.
/.
|
12 |
/ \
|
12 |
/ \
|
13 |
- -
|
13 |
- -
|
14 |
\n
|
14 |
\n
|
15 |
Repeat
perpendicularly
for
3d
check
(
probably
not
needed)
-
assume
it
hits
when
any
of
those
hits.
|
15 |
Repeat
perpendicularly
for
3d
check
(
probably
not
needed)
-
assume
it
hits
when
any
of
those
hits.
Not
perfect
but
should
be
good
enough.
|