Cheap: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (an cheap -> a cheap)
Line 3: Line 3:
}}
}}


In game design, an '''cheap''' entity/effect/function/whatever is one that can be processed very quickly at run-time.
In game design, a '''cheap''' entity/effect/function/whatever is one that can be processed very quickly at run-time.


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.

Revision as of 09:57, 20 April 2019

Template:Otherlang2

In game design, a cheap entity/effect/function/whatever is one that can be processed very quickly at run-time.

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.

See also