I want to understand the reason, if you were running lets say some new 3d game i.e. battlefield 3, your 3d stuff would render so good and fast. With dynamic shape, lighting, and opacity. While photoshop can take easily an hour.
|
closed as off topic by John, Yisela♦, plainclothes, Scott, e100 Jan 25 at 10:18
Questions on Graphic Design Stack Exchange are expected to relate to graphic design within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
The difference between "real-time" rendering and rendering inside of software is that the game is optimized for what it's rendering. This means that the game knows what's going to happen, it can pre-calculate and it can render lower resolution textures if it needs to (which, most of the time it does). Software on the other hand concentrates on quality and precision. It doesn't know what will happen until you tell it to do something. The algorithms are more generalized and may be a bit slower when compared to those of game engines. |
|||
|
|