You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: index.html
+16
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,22 @@ <h2>Fragment</h2>
172
172
<h2>Frame</h2>
173
173
<p><i>One of the many still images which compose the complete moving picture; each image looks rather like a framed picture when examined individually.</i></p>
174
174
</section>
175
+
<section>
176
+
<h2>Real Time Rendering</h2>
177
+
<imgsrc="realtime.png"/><br/>
178
+
<p><i>Doing the rendering computation fast enough, so that the series of rendered images allow for interaction taking into account user input.</i></p>
179
+
<ul>
180
+
<li>30 fps = 33.3 ms</li>
181
+
<li>60 fps = 16.6 ms</li>
182
+
<li>90 fps = 11.1 ms</li>
183
+
</ul>
184
+
</section>
185
+
<section>
186
+
<h2>Pre Rendering</h2>
187
+
<imgsrc="ts3.jpg"/><br/>
188
+
<p>Opposite of real time rendering.</p>
189
+
<p><ahref="http://www.wired.com/2010/05/process_pixar/all/">Toy Story 3</a> took on average 7 hours to render 1 frame (24 fps), and at most 39 hours.</p>
0 commit comments