Author Topic: YAAR (Yet Another Assembly/Axe Raycaster)  (Read 33437 times)

0 Members and 1 Guest are viewing this topic.

Offline Ki1o

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 119
  • Rating: +5/-2
  • Doing my best...
    • View Profile
Re: YAAR (Yet Another Assembly/Axe Raycaster)
« Reply #75 on: January 30, 2012, 10:56:26 pm »
Yeah sorry about that. I had seen a website that explained the math and theory involved and I assumed that once I saw the basic structure for the algorithm in code I could have gone from there.

Offline hellninjas

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 625
  • Rating: +17/-0
    • View Profile
Re: YAAR (Yet Another Assembly/Axe Raycaster)
« Reply #76 on: January 30, 2012, 11:11:14 pm »
Wait wait wait... How did you get it to run so fast!?
Very nice all my experiments with ray-casting were too slow! But this...
* hellninjas mind has been blown!

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: YAAR (Yet Another Assembly/Axe Raycaster)
« Reply #77 on: January 30, 2012, 11:47:27 pm »
you tried raycasting? link to download plz
This used to contain a signature.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: YAAR (Yet Another Assembly/Axe Raycaster)
« Reply #78 on: February 01, 2012, 10:56:50 am »
Wow, I hope I can someday understand how to create a fast raycasting engine o.o This just amazing !

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: YAAR (Yet Another Assembly/Axe Raycaster)
« Reply #79 on: March 19, 2012, 07:59:07 pm »
Someone could probably use this engine to make a Portal game. :D
I like milk.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: YAAR (Yet Another Assembly/Axe Raycaster)
« Reply #80 on: March 19, 2012, 08:23:19 pm »
Unfortunately raycasters by definition don't let you look up, look down, pan up, or pan down in any way :/




Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: YAAR (Yet Another Assembly/Axe Raycaster)
« Reply #81 on: March 19, 2012, 08:33:37 pm »
Unfortunately raycasters by definition don't let you look up, look down, pan up, or pan down in any way :/

Oh. Maybe someone should implement it.
I like milk.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: YAAR (Yet Another Assembly/Axe Raycaster)
« Reply #82 on: March 19, 2012, 08:34:34 pm »
What he's saying is it's impossible to do, the way raycasters work.  You'd need some sort of true 3D engine.
Vy'o'us pleorsdti thl'e gjaemue

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: YAAR (Yet Another Assembly/Axe Raycaster)
« Reply #83 on: March 19, 2012, 08:36:35 pm »
What he's saying is it's impossible to do, the way raycasters work.  You'd need some sort of true 3D engine.

Oh. Well it would be cool to make something like this for a Portal game.
I like milk.

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: YAAR (Yet Another Assembly/Axe Raycaster)
« Reply #84 on: March 20, 2012, 01:30:26 am »
The only way to do it would be (as mentioned earlier) to write a real 3D engine, which would most likely be too slow to do decent speed rendering on it...thought I think thepenguin777 may have written one for Starfox or something...

Edit: Actually the really processor-demanding task would be the 3D portal physics engine that you'd have to write...
« Last Edit: March 20, 2012, 01:31:34 am by ZippyDee »
There's something about Tuesday...


Pushpins 'n' stuff...


Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: YAAR (Yet Another Assembly/Axe Raycaster)
« Reply #85 on: March 20, 2012, 01:36:54 am »
3D portal physics wouldn't be nearly has hard as writing the graphics engine i think, coming from experience from PortalX.