Anyone have info on Portals?

Started by
1 comment, last by DuhMe 24 years ago
I wanted to implement a camera system in my game like Tribes. I want to be able to place a security camera on a wall and be able to have it render it in a box on my status bar(with all the player''s information). Is there any term given to this technique other than a Portal and is there any information out there on it? Thanks DuhMe I''m an idiot so you don''t have to be.
DuhMeI''m an idiot so you don''t have to be.
Advertisement
You don''t have to use portals to do that, but if you want to anyway (because it''s a real good thing to learn), go check out www.flipcode.com, and look through everthing in their index. You''ll find docs on portal systems, among other things.

But instead of portals, you can just make another "viewport", and render the camera''s image to that viewport. It actually turns out to be almost exactly the same as a portal, which is almost exactly the same as rendering a whole screen image... almost. The only real differance is that a portal can have any number of sides, and they can have just about any shape (within reason ; ) Wheres your screen is always rectangular.
Well I was hopeing to create a viewport like Q3 does with their teleports(or whatever you would call them). This way the viewport isn''t always parallel with the current viewing plane so it would be more of a rhombus or diamond when rotated.

DuhMe
I''m an idiot so you don''t have to be.
DuhMeI''m an idiot so you don''t have to be.

This topic is closed to new replies.

Advertisement