摘要:
1. This write "Hello" to the screen with a new line tailed to. Just like puts, but without new line. 2. This output the string length. "wonS noJ" Let' 阅读全文
摘要:
1. with-as (context-manager) Example: Codes above do the following: Let instance = function(), where function returns an instantiation of some object, 阅读全文
摘要:
Classes Python classes provide all the standard features of Object Oriented Programming: the class inheritance mechanism allows multiple base classes, 阅读全文
摘要:
I. Steps in Texture Mapping To use texture mapping, you perform these steps. 1. Create a texture object and specify a texture for that object. 2. Indi 阅读全文
摘要:
I. Rasterization 1. Definition Rasterization is the process by which a primitive is converted to a two-dimensional image. Each point of this image con 阅读全文
摘要:
I. Overview: The Camera Analogy The transformation process used to produce the desired scene for viewing is analogous to taking a photograph with a ca 阅读全文
摘要:
I. Element of probabilistic models 1. Every probabilistic model involves an underlying process, called the experiment. ( Example. Flip two coins ) 2. 阅读全文
摘要:
I. Hidden-Surface Removal Purpose: In order to increase performance, it is very important to draw objects that are closer to the viewing position and 阅读全文