Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Portal rendering

From Wikipedia, the free encyclopedia
Technique for visibility determination in computer graphics

Incomputer-generated imagery and real-time3D computer graphics,portal rendering is an algorithm forvisibility determination. For example, consider a 3D computer game environment, which may contain manypolygons, only a few of which may bevisible on screen at a given time. By determining which polygons are currently not visible, and notrendering those objects, significant performance improvements can be achieved.

A portal system is based on using thepartitioning of space to form generalizations about the visibility of objects within those spaces. Regions of map space are divided into polygonal, generallyconvex, areas calledzones, or sometimessectors. Adjacent zones are linked to one another via shared dividing polygons termedportals.[1] Approaches that precompute visibility for zones are referred to aspotentially visible set orPVS methods.[2]

For example, in acomputer game such asDescent, the game area might be divided into several zones. These zones would then be connected to each other by small openings such as doors or windows. These openings are referred to asportals. When the zone behind a portal needs to be drawn, the only parts that are visible are the parts that can be seen through the portal. Therefore, the zone can beclipped against the portal boundaries to remove overdraw.[3]

The use of portals simplifies thegame engine's task of determining visible areas and objects from any given point of view of the level, and simplifies rendering by allowing it to use each portal as aviewing frustum for the area it leads to. Ideally, portals are formed of confined areas (like doors or tunnels), connecting two complex areas of the scene, where each of these areas would be enclosed in such a polygonal body.[4]

Portals are best suited for indoor scenes such as mazes. Outdoor scenes do not usually have door-like objects that would clearly separate one zone from another.[5]

Antiportals

[edit]
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Portal rendering" – news ·newspapers ·books ·scholar ·JSTOR
(October 2017) (Learn how and when to remove this message)

Incomputer-generated imagery and real-time3D computer graphics,antiportal rendering is a way to reduce overdraw (therendering of detail which will not be in the final image), and in this way to optimize draw speed. Antiportals are the inverse of portals.

An antiportal (or occluder) works by defining aplane orvolume which cannever be seen through, normally by placing it within anopaque object. The renderer uses this to quickly calculate which objects/faces/vertices lie behind the antiportal, and so are out of line of sight, so do not need to be rendered.[6]

Manyvideo games and 3D graphics programs use this technique for speed rendering.Unreal Tournament 2004, among many other games, uses this technique.[6]

See also

[edit]

References

[edit]
  1. ^David Abramson; Alexander V. Bogdanov; Jack J. Dongarra; Albert Y. Zomaya; Yuriy E. Gorbachev (2003).International Conference Melbourne, Australia and St. Petersburg, Russia June 2–4, 2003 Proceedings, Part I. Computational Science — ICCS 2003.Springer Berlin Heidelberg. p. 915.ISBN 9783540448600.
  2. ^Peter Walsh (2010).Advanced 3D Game Programming with DirectX 10.0.Jones & Bartlett Learning. pp. 490–511.ISBN 9781449612764.
  3. ^André LaMothe (2003).Tricks of the 3D Game Programming Gurus: Advanced 3D Graphics and Rasterization.Sams Publishing. p. 1408.ISBN 9780672318351.
  4. ^Baldeve Paunoo; Daut Daman (2004).Dynamic Scene Occlusion Culling in Architectural Scenes(PDF) (Master of Science (Computer Science) thesis). Universiti Teknologi Malaysia.
  5. ^Daniel Sanchez-crespo (2004).Core Techniques and Algorithms in Game Programming.New Riders Press. p. 372.ISBN 9780131020092.
  6. ^abByrne, Edward (2005).Game Level Design. Cengage Learning. p. 231.ISBN 1-58450-369-6.

External links

[edit]
Stub icon

Thiscomputer graphics–related article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Portal_rendering&oldid=1279136646"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp