Game Development Reference
In-Depth Information
nomenon called anti-aliasing . You can find more information on this on Wikipedia
at: http://en.wikipedia.org/wiki/Aliasing
The following is a screenshot of a popular mobile game called Sword and Sorcery
made with pixel art technique:
Vectors
As the computational power of gaming devices improved and better drawing tools
became available, artists turned to a different technique called vector graphics. In
vector graphics, every line drawn by the artist is transformed into a mathematical
function. As such, vector graphics can be scaled at will without any loss of details.
Software, such as Illustrator and Flash, work with vector graphics to suit the needs
of developing digital artworks for the Web and print use and almost all web-based
games make use of vector graphics to allow full scalability of the graphic assets. On
the other hand, vector graphics files tend to be larger than their bitmap counterparts.
Search WWH ::




Custom Search