Cheap: Difference between revisions
Jump to navigation
Jump to search
NvC DmN CH (talk | contribs) m (an cheap -> a cheap) |
No edit summary |
||
Line 3: | Line 3: | ||
}} | }} | ||
In game design, a '''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. As an example, in Source, cheap to draw objects are displacement surfaces, brushes and [[infodecal|decals]]. | ||
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 23:07, 12 September 2019
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 decals.
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.