--- Log opened Wed Jul 08 00:00:23 2020 |
00:32 | | bluefoxx [fuzzylombax@Nightstar-gmbj85.vs.shawcable.net] has joined #code |
02:06 | <~Vornicus> | ok terrain solve: the OTTD upscaled version of the terrain is close enough that I can probably just use that, skipping the more expensive hermite surface solution. |
02:33 | <~Vornicus> | I'll need a TERRAIN_TOP constant, for the maximum height of the actual heightfield (as opposed to the ceiling for any aircraft) so can start counting when my ray hits top of terrain; once I get there I can go tile by tile. I've forced the angle to be at least 20 degrees, so once I do hit terrain_top I only have to go about 2.75 * terrain_top tiles before i hit the floor anyway! |
02:35 | | Degi [Degi@Nightstar-8s62tt.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
02:37 | | Degi [Degi@Nightstar-e15t81.dyn.telefonica.de] has joined #code |
02:39 | <~Vornicus> | I take my ray and intersect it against the lattice planes î = n, ĵ = n, î + ĵ = n, and î - ĵ = n, at each I can check whether I am above or below the terrain. If I'm below the terrain I must have hit, so I can do line-plane intersect to find the actual intersection point, and then I'm done |
02:41 | <~Vornicus> | er, rather, (î + ĵ)·x = n, etc |
03:08 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
04:31 | | bluefoxx [fuzzylombax@Nightstar-gmbj85.vs.shawcable.net] has quit [Connection closed] |
05:39 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
05:39 | | mode/#code [+o macdjord] by ChanServ |
08:12 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
08:12 | | mode/#code [+o Kindamoody] by ChanServ |
08:19 | | bluefoxx [fuzzylombax@Nightstar-gmbj85.vs.shawcable.net] has joined #code |
09:12 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
09:32 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
09:32 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
11:51 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Ping timeout: 121 seconds] |
12:09 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
12:09 | | mode/#code [+o Kindamoody] by ChanServ |
12:30 | <&[R]> | https://github.com/mgood7123/libsu/blob/master/main.cpp <-- hmmm |
13:12 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Ping timeout: 121 seconds] |
13:19 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
13:19 | | mode/#code [+o Kindamoody] by ChanServ |
13:46 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Ping timeout: 121 seconds] |
13:52 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
13:52 | | mode/#code [+o Kindamoody] by ChanServ |
14:21 | | catalyst_ [catalyst@Nightstar-tqo5is.dab.02.net] has joined #code |
14:24 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [Ping timeout: 121 seconds] |
14:37 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
14:38 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
14:38 | | mode/#code [+o macdjord] by ChanServ |
14:51 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
14:51 | | mode/#code [+o mac] by ChanServ |
14:53 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
14:53 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
14:53 | | mode/#code [+o macdjord|slep] by ChanServ |
14:55 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
14:55 | | mode/#code [+o macdjord] by ChanServ |
14:56 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
14:57 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
15:02 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
15:02 | | mode/#code [+o macdjord|slep] by ChanServ |
15:03 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
15:17 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
15:17 | | mode/#code [+o mac] by ChanServ |
15:20 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
15:26 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
15:26 | | mode/#code [+o macdjord|slep] by ChanServ |
15:29 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
15:43 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
15:43 | | mode/#code [+o macdjord] by ChanServ |
15:44 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
15:47 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
15:47 | | mode/#code [+o mac] by ChanServ |
15:48 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
15:48 | | mode/#code [+o macdjord|slep] by ChanServ |
15:49 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
15:50 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
15:50 | | mode/#code [+o macdjord] by ChanServ |
15:51 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
15:52 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
16:03 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
16:03 | | mode/#code [+o mac] by ChanServ |
16:04 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
16:04 | | mode/#code [+o macdjord|slep] by ChanServ |
16:06 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
16:06 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
16:06 | | mode/#code [+o macdjord] by ChanServ |
16:07 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
16:08 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
16:43 | | catalyst_ [catalyst@Nightstar-tqo5is.dab.02.net] has quit [Ping timeout: 121 seconds] |
16:44 | | catalyst [catalyst@Nightstar-h0987u.dab.02.net] has joined #code |
16:57 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
16:57 | | mode/#code [+o mac] by ChanServ |
16:58 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
16:58 | | mode/#code [+o macdjord|slep] by ChanServ |
17:00 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
17:02 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
17:02 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
17:02 | | mode/#code [+o macdjord] by ChanServ |
17:03 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
17:16 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
17:16 | | mode/#code [+o mac] by ChanServ |
17:19 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
19:29 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
19:29 | | mode/#code [+o macdjord|slep] by ChanServ |
19:31 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
19:36 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
19:36 | | mode/#code [+o mac] by ChanServ |
19:37 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
19:52 | | Kindamoody is now known as Kindamoody|afk |
19:52 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
19:52 | | mode/#code [+o macdjord|slep] by ChanServ |
19:55 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
19:57 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
20:40 | <~Vornicus> | huh. lots of metaprogramming in here. Only slightly surprised. Need to tease out what it means so I can figure out how to add my goodies |
20:53 | | jeroud [sid10043@Nightstar-h2b233.irccloud.com] has joined #code |
20:53 | | mode/#code [+ao jeroud jeroud] by ChanServ |
21:27 | | Mahal [sid171286@Nightstar-ed0oqj.irccloud.com] has joined #code |
22:18 | | Kindamoody|afk is now known as Kindamoody |
22:36 | | Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
22:37 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
22:49 | <@Alek> | https://i.imgur.com/T2KRZkm.jpg |
23:10 | | catalyst_ [catalyst@Nightstar-p2apep.dab.02.net] has joined #code |
23:13 | | catalyst [catalyst@Nightstar-h0987u.dab.02.net] has quit [Connection reset by peer] |
23:36 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
--- Log closed Thu Jul 09 00:00:24 2020 |