Name cleanup <3

This commit is contained in:
Brooke Vibber 2026-04-08 21:02:41 -07:00
commit b285b10484
31 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
unit RayTr;
{ Everything-independent super ultra ray-tracing
by Brion Vibber, 12-13-92, based on lots of stuff
by Brooke Vibber, 12-13-92, based on lots of stuff
last revised 12-25-92, unless I forget to change this line.
12-25-92: set for Floats
}
@ -807,7 +807,7 @@ begin
end2 := -1;
a := r1.d.x * r1.d.x + r1.d.y * r1.d.y;
(*
xý+=(1-(z/th))
x<EFBFBD>+y<EFBFBD>=(1-(z/th))r<EFBFBD>
take (1-(z/th))*ra2 and use as r2 in cyl stuff
*)
{ get p1.z, p2.z }