x


Does Unity Do "Portals"? (Not the Valve Game)

Bear with me because I'm a Unity n00b and my knowledge of 3D engines is more than ten years old. :)

Back in the Quake days there was talk of 3D engines using "portals" to separate two volumes in the game space. Basically, the engine would render everything in the same volume as the player and ignore everything outside that volume. It was an optimization trick and usually was used to separate the interior of a building from an "outdoors" terrain. When the player was in the terrain area the interior of the building wouldn't be rendered. When they entered the building the outdoors area wouldn't be rendered.

Does Unity do something like this? I've read about occlusion culling and it sounds like it may be an up to date way of achieving the same thing.

Thanks for the help!

more ▼

asked Feb 19 '11 at 05:48 AM

Xose gravatar image

Xose
28 1 1 5

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Occlusion culling is a more flexible way of doing that, yes. Also you can use layers and if you really wanted to, you can make your own portal system.

more ▼

answered Feb 19 '11 at 06:14 AM

Eric5h5 gravatar image

Eric5h5
80.1k 41 132 519

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x491
x470
x147
x65
x36

asked: Feb 19 '11 at 05:48 AM

Seen: 1777 times

Last Updated: Dec 20 '11 at 11:30 PM