Interactive Computer Graphics
Interactive Computer Graphics - JMU Bachelor Informatik
Interactive Computer Graphics - JMU Bachelor Informatik
Kartei Details
Karten | 272 |
---|---|
Sprache | English |
Kategorie | Informatik |
Stufe | Universität |
Erstellt / Aktualisiert | 27.07.2022 / 31.07.2022 |
Weblink |
https://card2brain.ch/box/20220727_interactive_computer_graphics
|
Einbinden |
<iframe src="https://card2brain.ch/box/20220727_interactive_computer_graphics/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
How do you calculate the magnitude of refraction?
What unit is used for radian flux?
How many photons per joule are there for γ = 625?
Which symbol has the radiant energy?
Which symbol has the radiant flux?
Which symbol has the irradiance?
Which symbol has the exitance?
Which symbol has the radiant intensity?
Which symbol has the radiance?
What is a steradiant?
When is the point light approximation reasonable?
What is a BRDF?
What are examples for BRDFs?
Ray Tracing Steps
- Generate ray through pixel
- Find closest intersect with scene
- Calculate light intensity
- Set pixel color
Surface Irradiance is ...
A vector ...
A point ...
The difference between two points is ...
The sum of two vectors is ...
The sum of a vector and a point is ...
Which of the following elements describe a vector in homogenous representation?
Which of the following elements describe a point in homogenous representation?
Why do we use homogeneous coordinates?
Which of the following statements are true?
What is a matrix?
Which of the following equations involving a multiplicative identity element I are true?
Which of the following equations involving a multiplicative identity element I are true for all matrices A and B?
Given three square matrices A, B, C, which of the following statements are true?
What operation does the following matrix represent?
1 0 0 -1
0 1 0 -1
0 0 1 -1
0 0 0 1
Why do we want different classes for vectors and points?
Padding is …
Memory alignment is ...
What is to consider during the design of base classes?
You know that, in general, the order of transformation matters. Under which cases is the transformation for a single object invariant to the order?
The complete transformations ...
Which coordinate system is a ray transformed to after creation?
In a scene graph attributed geometry and animations are represented by ... .
In a scene part-of relations and affine transformations are specified by ... .
In a scene graph vertical connections specifying parent-child relation are represented by ... .
Scene Graph:
One of the roots of the DAG (directed acyclic graph) represents the ... .
Which of the following statements are true?