Please or Register to create posts and topics.

Area/Hint brushes and camera animation

PreviousPage 2 of 2
Hober wrote:
I can't wait to play this!

You know what I mean, right? The player view is inside a camera, with player freeze. The player is teleported inside an invisible train with occluders so that the camera can see through it. The npc_security_camera will still track the player and look at him/her. Then it would create the desired effect of the camera looking left then right.

http://www.dpgames.co.uk/

Sanity is not statistical.
Korjagun wrote:
I believe VVis calculates a portal-based visibility tree based on the BSP tree generated by Bsp.

VVIS has nothing to do with portals.
VVIS (two V's not one W) is the compile program that builds visleaves, these are used to work out what the player can see based on where the player is in the world. only stuff in leaves that the player can see from the leaf they are in is rendered.
It also allows defuse lighting to work.

Hint brushes tell VVIS where you think it should cut a leaf, which is usefull for things like windows where it decides to carry the leaf out from the window to the other side of the room, instead place a hint brush flush with the wall the window is on and VVIS will stop the cuts from the window going too far.

Hint brushes along side func_details can save you so much render time in game, then if you want to take it even further you add occluders and area portals, which i still havent got my own head around fully

I think he meant portal visibility as in visleaves, not portal visibility as in Portals.

[Important Threads] Forum Rules | Welcome to the new Thinking With Portals
Please do not Private Message me for assistance. Post a thread if you have questions or concerns.
If you need to contact the staff privately, contact the Global Moderators via Discord.
youme wrote:
VVIS has nothing to do with portals.
VVIS (two V's not one W) is the compile program that builds visleaves, these are used to work out what the player can see based on where the player is in the world. only stuff in leaves that the player can see from the leaf they are in is rendered.

Yes, the general name for this is method of visibility determination/geometry culling is portal rendering.

Link, mah boi, this peace is what all true warriors strive for!
Korjagun wrote:
Yes, the general name for this is method of visibility determination/geometry culling is portal rendering.

my bad, Thought you were on about portal gun shot portals :oops:

PreviousPage 2 of 2