Portal rendering with planes and AABB

Chat and discussion not related to either Marathon or Aleph One. Please keep things at least mildly interesting, though.
Post Reply
Qweasy908
Cyborg
Posts: 86
Joined: Jul 18th '18, 22:45

I made a more complicated Portal rendering system to render Marathon maps correctly, but it's too different from Marathon to load the maps automatically.

https://github.com/huriettic/portalrend ... nesandaabb

Planes and axis aligned bounding boxes is how you can find portals and stencils handle overdraw.

It's 3D portal rendering with mathematical planes.

https://www.youtube.com/watch?v=_SjYeNLr0Jo
Qweasy908
Cyborg
Posts: 86
Joined: Jul 18th '18, 22:45

Would anyone like to know how to do portal based occlusion culling?

https://www.youtube.com/watch?v=8xgb-ZcZV9s

The video gives you an idea of how it works, but the details of how to make it is complicated.
Post Reply