Cheap: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added clarification for alternative uses of the term ( translation not updated ))
m (Nesciuse moved page Cheap/en to Cheap without leaving a redirect: Move en subpage to basepage)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{otherlang2
{{LanguageBar}}
|ru=cheap:ru
}}


In game design, a '''cheap''' entity/effect/function/whatever is one that can be processed very quickly at run-time. As an example, in Source, cheap to draw objects are displacement surfaces, brushes and [[infodecal|decals]].
In game design, a '''cheap''' entity/effect/function is one that can be processed very quickly at run-time. As an example, in Source, displacement surfaces, brushes, and [[infodecal|decals]] are all very cheap to draw.


Many cheap things can be drawn on-screen/simulated in the world at once, but they are ''generally'' of low visual or computational quality. Decals and other 2D images are examples of cheap objects that do not (necessarily) lack quality.
Many cheap things can be drawn on-screen/simulated in the world at once, but they are ''generally'' of low visual or computational quality. Decals and other 2D images are examples of cheap objects that do not (necessarily) lack quality.


The term is also used in reference to <i>relatively</i> cheap processes, when more than one is available. Such as [[Water_Shader|water]] that uses a cubemap instead of proper reflections.
The term is also used in reference to ''relatively'' cheap processes, when more than one is available. For example, "cheap" [[Water_Shader|water]] uses a cubemap instead of proper reflections.


==See also ==
==See also ==
Line 15: Line 13:


[[Category:Glossary]]
[[Category:Glossary]]
{{stub}}

Latest revision as of 05:23, 12 July 2024

English (en)Português do Brasil (pt-br)Русский (ru)Українська (uk)Translate (Translate)

In game design, a cheap entity/effect/function is one that can be processed very quickly at run-time. As an example, in Source, displacement surfaces, brushes, and decals are all very cheap to draw.

Many cheap things can be drawn on-screen/simulated in the world at once, but they are generally of low visual or computational quality. Decals and other 2D images are examples of cheap objects that do not (necessarily) lack quality.

The term is also used in reference to relatively cheap processes, when more than one is available. For example, "cheap" water uses a cubemap instead of proper reflections.

See also


Stub

This article or section is a stub. You can help by expanding it.