资源详情

返回首页 | 相关搜索
3D Computer Graphics Programming
大小 8.17 GB
文件数 284
Info Hash: 6E58AAF85EC23CAE422ABC3396B4BFAC5FE2BC5B
收录时间 2026-01-27 14:19:43
更新时间 2026-01-27 14:19:43
文件列表 (284)
21 Perspective Correct Textures/21.01 Perspective Correct Interpolation.mp4
174.49 MB
01 Introduction/1.02 How to Take this Course.mp4
4.31 MB
01 Introduction/1.03 Words of Encouragement.mp4
16.13 MB
02 Compiling our Project/2.01 Project Dependencies.mp4
64.32 MB
02 Compiling our Project/2.02 A Quick Note for Windows Users.mp4
9.18 MB
02 Compiling our Project/2.03 Project Folder Structure.mp4
10.55 MB
02 Compiling our Project/2.04 The Compilation Flow.mp4
13.76 MB
02 Compiling our Project/2.05 Working with Makefiles.mp4
11.48 MB
02 Compiling our Project/2.06 Configuring Visual Studio on Windows.mp4
29.86 MB
02 Compiling our Project/2.07 Can I use WSL on Windows.html
497 B
03 SDL Setup and Color Buffer/3.01 Creating an SDL Window.mp4
30.72 MB
03 SDL Setup and Color Buffer/3.02 Rendering an SDL Window.mp4
57.74 MB
03 SDL Setup and Color Buffer/3.03 Declaring a Color Buffer.mp4
155.26 MB
03 SDL Setup and Color Buffer/3.04 Allocating Memory and Freeing Resources.mp4
19.86 MB
03 SDL Setup and Color Buffer/3.08 SDL Texture.mp4
62.45 MB
03 SDL Setup and Color Buffer/3.09 Fullscreen Window.mp4
23.79 MB
03 SDL Setup and Color Buffer/3.10 Exercise. Drawing a Background Grid.mp4
23.57 MB
03 SDL Setup and Color Buffer/3.11 Drawing a Background Grid.mp4
38.1 MB
03 SDL Setup and Color Buffer/3.12 Background Color Patterns.html
18.47 KB
03 SDL Setup and Color Buffer/3.13 Exercise. Drawing Rectangles.mp4
21.37 MB
03 SDL Setup and Color Buffer/3.14 Creating a Function to Draw Rectangles.mp4
44.7 MB
03 SDL Setup and Color Buffer/05 Checking for Errors in Memory Allocation.html
81.69 KB
03 SDL Setup and Color Buffer/06 1 Quiz Memory Allocation.txt
700 B
03 SDL Setup and Color Buffer/06 2 Quiz Memory Allocation.txt
572 B
03 SDL Setup and Color Buffer/07 The Operator Sizeof.html
9.61 KB
03 SDL Setup and Color Buffer/15 1 Quiz Color Buffer.txt
622 B
03 SDL Setup and Color Buffer/15 2 Quiz Color Buffer.txt
339 B
03 SDL Setup and Color Buffer/attachments/3drenderer-200830-032529.zip
1.36 KB
03 SDL Setup and Color Buffer/attachments/3drenderer-200830-044105.zip
1.73 KB
03 SDL Setup and Color Buffer/attachments/3drenderer-200830-045144.zip
1.82 KB
03 SDL Setup and Color Buffer/attachments/3drenderer-200830-051721.zip
1.83 KB
03 SDL Setup and Color Buffer/attachments/3drenderer-200830-052021.zip
1.83 KB
03 SDL Setup and Color Buffer/attachments/3drenderer-200830-053022.zip
1.96 KB
04 Multiple Header Files/4.01 Defining Header Files.mp4
67.04 MB
04 Multiple Header Files/4.02 Coding New Header Files.mp4
37.69 MB
04 Multiple Header Files/attachments/3drenderer-200830-064203.zip
2.75 KB
05 Vectors and Points/5.01 The Draw Pixel Function.mp4
25.91 MB
05 Vectors and Points/5.02 Vectors.mp4
57.28 MB
05 Vectors and Points/5.03 Declaring a Vector Type.mp4
4.98 MB
05 Vectors and Points/5.04 Review of C Structs.mp4
23.74 MB
05 Vectors and Points/5.05 Array of Points.mp4
22.74 MB
05 Vectors and Points/06 Constant Array Size Declaration.html
637 B
06 Projecting Points/02 Isometric Projection.html
1.64 MB
06 Projecting Points/6.01 Orthographic Projection.mp4
36.64 MB
06 Projecting Points/6.03 Perspective Projection.mp4
53.48 MB
06 Projecting Points/6.04 Implementing the Perspective Divide.mp4
10.33 MB
06 Projecting Points/6.05 Coordinate System Handedness.mp4
11.15 MB
06 Projecting Points/attachments/3drenderer-200830-070327.zip
3.82 KB
06 Projecting Points/attachments/3drenderer-200830-071229.zip
3.87 KB
07 Linear Transformations/03 1 Trigonometric Functions Quiz.txt
748 B
07 Linear Transformations/03 2 Trigonometric Functions Quiz.txt
477 B
07 Linear Transformations/07 Exercise Proving the Angle Cosine Addition.html
115.83 KB
07 Linear Transformations/7.01 Vector Transformations.mp4
36 MB
07 Linear Transformations/7.02 Review of Sine Cosine and Tangent.mp4
31.6 MB
07 Linear Transformations/7.04 Rotating Vectors.mp4
73.64 MB
07 Linear Transformations/7.05 Vector Rotation Function.mp4
27.7 MB
07 Linear Transformations/7.06 Proof of Angle Sine Addition.mp4
49.92 MB
07 Linear Transformations/7.08 Proof of Angle Cosine Addition.mp4
21.57 MB
07 Linear Transformations/attachments/3drenderer-200830-073641.zip
4.04 KB
08 Fixed Time Step/03 Constant Timestep & Delta-time.html
965 B
08 Fixed Time Step/8.01 Fixing our Game Loop Time Step.mp4
61.74 MB
08 Fixed Time Step/8.02 Using a Delay Function.mp4
25.42 MB
08 Fixed Time Step/attachments/3drenderer-200830-080812.zip
4.15 KB
08 Fixed Time Step/attachments/3drenderer-200830-080851.zip
4.24 KB
09 Triangles and Vertices/9.01 Triangles and Meshes.mp4
40.63 MB
09 Triangles and Vertices/9.02 Vertices and Triangle Faces.mp4
42.24 MB
09 Triangles and Vertices/9.03 Triangle Edges.mp4
8.48 MB
09 Triangles and Vertices/attachments/3drenderer-200830-081647.zip
5.7 KB
10 Line Drawing/10.01 Line Equation.mp4
53.14 MB
10 Line Drawing/10.02 DDA Line Drawing Algorithm.mp4
81.7 MB
10 Line Drawing/10.03 Coding a Function to Draw Lines.mp4
43.77 MB
10 Line Drawing/attachments/3drenderer-200830-084438.zip
5.99 KB
11 Dynamic Arrays/02 Downloading array.h.html
734 B
11 Dynamic Arrays/04 Separation of Vertex and Faces.html
311.22 KB
11 Dynamic Arrays/11.01 Dynamic Arrays.mp4
39.44 MB
11 Dynamic Arrays/11.03 Dynamic Mesh Vertices and Faces.mp4
36.87 MB
11 Dynamic Arrays/attachments/3drenderer-200830-084947.zip
7.24 KB
11 Dynamic Arrays/attachments/3drenderer-200830-085209.zip
7.63 KB
12 OBJ Files/04 OBJ Files as Quads or Triangles.html
713 B
12 OBJ Files/12.01 OBJ Files.mp4
53.39 MB
12 OBJ Files/12.02 Exercise. Loading OBJ File Content.mp4
23.57 MB
12 OBJ Files/12.03 Loading OBJ File Content.mp4
58.78 MB
12 OBJ Files/attachments/3drenderer-200830-090827.zip
13.96 KB
13 Vector Operations/02 Back-face Culling in Games.html
2.3 MB
13 Vector Operations/09 Dot Product & Vector Length.html
36.39 KB
13 Vector Operations/12 Back-face Culling in OpenGL.html
1.17 KB
13 Vector Operations/13.01 Back-face Culling Motivation.mp4
29.32 MB
13 Vector Operations/13.03 Vector Magnitude.mp4
38.96 MB
13 Vector Operations/13.04 Vector Addition and Subtraction.mp4
24.18 MB
13 Vector Operations/13.05 Vector Scalar Multiplication and Division.mp4
7.3 MB
13 Vector Operations/13.06 Vector Cross Product.mp4
38.48 MB
13 Vector Operations/13.07 Finding the Normal Vector.mp4
37.01 MB
13 Vector Operations/13.08 Dot Product.mp4
58.97 MB
13 Vector Operations/13.10 Back-face Culling Algorithm.mp4
24.23 MB
13 Vector Operations/13.11 Back-face Culling Code.mp4
59.29 MB
13 Vector Operations/13.13 Vector Normalization.mp4
58.04 MB
13 Vector Operations/14 Normalization & Direction.html
159.36 KB
13 Vector Operations/attachments/3drenderer-200830-094243.zip
14.46 KB
13 Vector Operations/attachments/3drenderer-200830-100015.zip
15.36 KB
13 Vector Operations/attachments/3drenderer-200830-100843.zip
15.46 KB
13 Vector Operations/attachments/DotProductVisualizer-200426-195719.zip
127.91 KB
14 Triangle Rasterization/11 Exercise Selecting Different Rendering Modes.html
1.32 KB
14 Triangle Rasterization/13 Compiler Error & Enum Declaration.html
59.63 KB
14 Triangle Rasterization/14 Typedef for Color Values.html
99.54 KB
14 Triangle Rasterization/14.01 Triangle Fill.mp4
36.8 MB
14 Triangle Rasterization/14.02 Flat-Bottom & Flat-Top Technique.mp4
26.78 MB
14 Triangle Rasterization/14.03 Activity. Find Triangle Midpoint.mp4
23.71 MB
14 Triangle Rasterization/14.04 Solution to the Triangle Midpoint.mp4
43.82 MB
14 Triangle Rasterization/14.05 Coding the Triangle Midpoint Computation.mp4
26.11 MB
14 Triangle Rasterization/14.06 Flat-Bottom Triangle Algorithm.mp4
49.89 MB
14 Triangle Rasterization/14.07 Flat-Bottom Triangle Code.mp4
39.15 MB
14 Triangle Rasterization/14.08 Flat-Top Triangle Algorithm.mp4
27.85 MB
14 Triangle Rasterization/14.09 Flat-Top Triangle Code.mp4
23.5 MB
14 Triangle Rasterization/14.10 Avoiding Division by Zero.mp4
17.43 MB
14 Triangle Rasterization/14.12 Different Rendering Options Solution.mp4
42.35 MB
14 Triangle Rasterization/14.15 Colored Triangle Faces.mp4
40.1 MB
14 Triangle Rasterization/16 Number of Triangles vs. Performance.html
6.95 MB
14 Triangle Rasterization/attachments/3drenderer-200426-200054.zip
16.09 KB
14 Triangle Rasterization/attachments/3drenderer-200830-232410.zip
15.64 KB
14 Triangle Rasterization/attachments/3drenderer-200830-232730.zip
28.2 KB
14 Triangle Rasterization/attachments/3drenderer-200830-233039.zip
15.96 KB
15 Sorting Faces by Depth/02 Exercise Sorting Faces.html
79.28 KB
15 Sorting Faces by Depth/04 Triangles, Polygons, and More....html
16.69 MB
15 Sorting Faces by Depth/15.01 Painter's Algorithm.mp4
42.82 MB
15 Sorting Faces by Depth/15.03 Coding a Sorting Function.mp4
54.71 MB
15 Sorting Faces by Depth/attachments/3drenderer-200831-004245.zip
16.23 KB
16 Matrices/05 Exercise Matrix Multiplication.html
22.27 KB
16 Matrices/16.01 Matrices Overview.mp4
66.44 MB
16 Matrices/16.02 Matrix Operations.mp4
60.81 MB
16 Matrices/16.03 Properties of Matrix Multiplication.mp4
45.65 MB
16 Matrices/16.04 Examples of Matrix Multiplication.mp4
37.86 MB
16 Matrices/16.06 2D Rotation Matrix.mp4
37.01 MB
16 Matrices/attachments/solution-matrix-multiplication.png
30.29 KB
17 3D Matrix Transformations/09 3D Rotation Direction & Handedness.html
153.18 KB
17 3D Matrix Transformations/17.01 3D Matrix Transformations.mp4
48.04 MB
17 3D Matrix Transformations/17.02 3D Scale Matrix.mp4
51.78 MB
17 3D Matrix Transformations/17.03 Matrix Typedef.mp4
17.24 MB
17 3D Matrix Transformations/17.04 Scale Matrix Code.mp4
43.1 MB
17 3D Matrix Transformations/17.05 3D Translation Matrix.mp4
47.67 MB
17 3D Matrix Transformations/17.06 Translation Matrix Code.mp4
14.57 MB
17 3D Matrix Transformations/17.07 3D Rotation Matrices.mp4
50.08 MB
17 3D Matrix Transformations/17.08 Rotation Matrix Code.mp4
24.74 MB
17 3D Matrix Transformations/17.10 The World Matrix.mp4
57.74 MB
17 3D Matrix Transformations/17.11 Order of Transformations.mp4
9.56 MB
17 3D Matrix Transformations/17.12 Translation is Not a Linear Transformation.mp4
54.08 MB
17 3D Matrix Transformations/attachments/3drenderer-200831-015838.zip
17.33 KB
17 3D Matrix Transformations/attachments/3drenderer-200831-021616.zip
17.42 KB
17 3D Matrix Transformations/attachments/3drenderer-200831-022642.zip
17.63 KB
17 3D Matrix Transformations/attachments/3drenderer-200831-023103.zip
17.8 KB
17 3D Matrix Transformations/attachments/left-hand-rotation-matrices.zip
452 B
18 Projection Matrix/06 Projection in OpenGL & DirectX.html
1.29 KB
18 Projection Matrix/08 Order of Transformations for Row-major and Column-major.html
1.5 KB
18 Projection Matrix/18.01 Defining a Projection Matrix.mp4
77.3 MB
18 Projection Matrix/18.02 Populating our Perspective Projection Matrix.mp4
53.4 MB
18 Projection Matrix/18.03 Coding the Perspective Projection Matrix.mp4
68.25 MB
18 Projection Matrix/18.04 Exercise. Projecting Negative Values.mp4
14.93 MB
18 Projection Matrix/18.05 Projecting Negative Values.mp4
35.53 MB
18 Projection Matrix/18.07 Row-major and Column-major Orders.mp4
45.05 MB
18 Projection Matrix/attachments/3drenderer-200831-164731.zip
18.16 KB
19 Light and Shading/03 A Note on Vector Normalization.html
20.06 KB
19 Light and Shading/05 Gouraud Shading in Games.html
2.85 MB
19 Light and Shading/19.01 Flat Shading.mp4
86.59 MB
19 Light and Shading/19.02 Coding Flat Shading & Light.mp4
70.67 MB
19 Light and Shading/19.04 Smooth Shading Techniques.mp4
49.29 MB
19 Light and Shading/19.06 Inverted Vertical Screen Values.mp4
22.74 MB
19 Light and Shading/attachments/3drenderer-200831-174429.zip
28.86 KB
19 Light and Shading/attachments/3drenderer-200831-180712.zip
28.92 KB
20 Texture Mapping/20.01 Texture Mapping.mp4
76.84 MB
20 Texture Mapping/20.02 Representing Textures in Memory.mp4
73.19 MB
20 Texture Mapping/20.03 Texture Typedef.mp4
67.47 MB
20 Texture Mapping/20.04 Textured Triangles.mp4
23.98 MB
20 Texture Mapping/20.05 Textured Flat-Bottom Triangle.mp4
86.79 MB
20 Texture Mapping/20.06 Textured Flat-Top Triangle.mp4
24.15 MB
20 Texture Mapping/20.07 Barycentric Coordinates.mp4
105.3 MB
20 Texture Mapping/20.08 Barycentric Weights (α, β, γ).mp4
92.64 MB
20 Texture Mapping/20.09 Function to Compute (α, β, γ).mp4
37.14 MB
20 Texture Mapping/20.10 Visualizing Textured Triangles.mp4
74.49 MB
20 Texture Mapping/attachments/3drenderer-201219-201327.zip
24.81 KB
20 Texture Mapping/attachments/3drenderer-221113-015749.zip
25.81 KB
20 Texture Mapping/attachments/BarycentricVisualizer-200410-190715.zip
47.48 KB
21 Perspective Correct Textures/04 What Does Affine Mean.html
1.42 KB
21 Perspective Correct Textures/05 A Deeper Look into Perspective Correct Theory.html
601 B
01 Introduction/1.01 Introduction and Learning Outcomes.mp4
91.64 MB
21 Perspective Correct Textures/21.02 PS1 Games and Affine Texture Mapping.mp4
6.88 MB
21 Perspective Correct Textures/21.03 Perspective Correct Interpolation Code.mp4
102.32 MB
21 Perspective Correct Textures/21.06 Inverted Cube UV Coordinates.mp4
16.87 MB
21 Perspective Correct Textures/attachments/3drenderer-221113-015948.zip
26.61 KB
21 Perspective Correct Textures/attachments/3drenderer-221113-020405.zip
25.91 KB
21 Perspective Correct Textures/attachments/KokLimLow-PerspectiveCorrectInterpolation.pdf
77.28 KB
22 Decoding PNG Files/02 Downloading upng.h.html
855 B
22 Decoding PNG Files/22.01 Decoding PNG Files.mp4
56.93 MB
22 Decoding PNG Files/22.03 Loading PNG File Content.mp4
58.64 MB
22 Decoding PNG Files/22.04 Freeing PNG Textures.mp4
3.56 MB
22 Decoding PNG Files/attachments/3drenderer-221113-020432.zip
35.29 KB
22 Decoding PNG Files/attachments/3drenderer-221113-020736.zip
35.29 KB
23 Textured OBJ Files/03 A Small Note on Rasterization Rules.html
276.98 KB
23 Textured OBJ Files/05 Color Bytes (RGBA vs. ABGR).html
17.68 KB
23 Textured OBJ Files/23.01 Loading OBJ Texture Attributes.mp4
84.9 MB
23 Textured OBJ Files/23.02 Preventing Texture Buffer Overflow.mp4
36.22 MB
23 Textured OBJ Files/23.04 Visualizing Textured OBJ Models.mp4
24.68 MB
23 Textured OBJ Files/attachments/3drenderer-221113-020800.zip
35.44 KB
23 Textured OBJ Files/attachments/3drenderer-221113-020824.zip
1.33 MB
23 Textured OBJ Files/attachments/3drenderer-221113-020913.zip
1.33 MB
24 Z-Buffer/06 Revisiting the PS1 Look.html
19.57 MB
24 Z-Buffer/24.01 Z-Buffer.mp4
63.23 MB
24 Z-Buffer/24.02 Z-Buffer Code.mp4
57.79 MB
24 Z-Buffer/24.03 Exercise. Z-Buffer for Filled Triangles.mp4
21.58 MB
24 Z-Buffer/24.04 Implementing a Z-Buffer for Filled Triangles.mp4
27.74 MB
24 Z-Buffer/24.05 A Discussion on Dynamic Memory Allocation.mp4
88.72 MB
24 Z-Buffer/attachments/3drenderer-221113-020950.zip
1.33 MB
24 Z-Buffer/attachments/3drenderer-221113-021011.zip
1.33 MB
24 Z-Buffer/attachments/3drenderer-221113-021500.zip
1.33 MB
24 Z-Buffer/attachments/3drenderer-221113-021534.zip
1.33 MB
25 Camera/06 So, What Actually Gets Transformed.html
1.15 MB
25 Camera/25.01 Camera Space.mp4
94.08 MB
25 Camera/25.02 Look At Camera Model.mp4
58.74 MB
25 Camera/25.03 Look At Transformations.mp4
87.11 MB
25 Camera/25.04 The LookAt Function.mp4
42.04 MB
25 Camera/25.05 Coding the LookAt Function.mp4
62.28 MB
25 Camera/25.07 Variable Delta-time.mp4
26.57 MB
25 Camera/25.08 A Simple FPS Camera Movement.mp4
44.09 MB
25 Camera/25.09 Coding a Simple FPS Camera Movement.mp4
75.14 MB
25 Camera/attachments/3drenderer-221113-021746.zip
1.34 MB
25 Camera/attachments/3drenderer-221113-021937.zip
1.34 MB
25 Camera/attachments/3drenderer-221113-021955.zip
1.34 MB
26 Clipping/17 Deciding What Not to Render.html
849.94 KB
26 Clipping/26.01 Frustum Clipping.mp4
61.01 MB
26 Clipping/26.02 Planes.mp4
27.42 MB
26 Clipping/26.03 Exercise. Right Frustum Plane Point & Normal.mp4
22.33 MB
26 Clipping/26.04 Defining Frustum Planes Points & Normals.mp4
131.84 MB
26 Clipping/26.05 Initializing an Array of Frustum Planes.mp4
27.61 MB
26 Clipping/26.06 Defining Points Inside and Outside Planes.mp4
42.78 MB
26 Clipping/26.07 Intersection Between Line & Plane.mp4
117.95 MB
26 Clipping/26.08 Clipping a Polygon Against a Plane.mp4
100.07 MB
26 Clipping/26.09 Polygon Typedef.mp4
83.85 MB
26 Clipping/26.10 A Function to Clip Polygon Against Planes.mp4
98.98 MB
26 Clipping/26.11 Coding the Function to Clip Polygons Against Planes.mp4
88.03 MB
26 Clipping/26.12 Converting Polygons Back Into Triangles.mp4
30.54 MB
26 Clipping/26.13 Visualizing Clipped Triangles.mp4
61.32 MB
26 Clipping/26.14 Horizontal & Vertical FOV Angles.mp4
44.42 MB
26 Clipping/26.15 Clipping Texture UV Coordinates.mp4
93.87 MB
26 Clipping/26.16 Clipping Space.mp4
104.65 MB
26 Clipping/attachments/3drenderer-221113-022045.zip
1.34 MB
26 Clipping/attachments/3drenderer-221113-022115.zip
1.36 MB
26 Clipping/attachments/3drenderer-221113-022143.zip
1.34 MB
26 Clipping/attachments/3drenderer-221113-022202.zip
1.34 MB
26 Clipping/attachments/3drenderer-221113-022222.zip
1.34 MB
26 Clipping/attachments/3drenderer-221113-022242.zip
1.34 MB
26 Clipping/attachments/JoyKennethClipping-200905-175314.pdf
197.82 KB
27 Code Polishing & Refactoring/27.01 Working with Static Variables.mp4
16.19 MB
27 Code Polishing & Refactoring/27.02 Refactoring SDL Globals.mp4
98.99 MB
27 Code Polishing & Refactoring/27.03 Simulating Low-Resolution Displays.mp4
29.72 MB
27 Code Polishing & Refactoring/27.04 Refactoring Light Globals.mp4
18.03 MB
27 Code Polishing & Refactoring/27.05 Exercise. Camera Pitch Rotation.mp4
32 MB
27 Code Polishing & Refactoring/27.06 Implementing the Camera Pitch Rotation.mp4
36.47 MB
27 Code Polishing & Refactoring/attachments/3drenderer-221113-022438.zip
1.34 MB
27 Code Polishing & Refactoring/attachments/3drenderer-221113-022502.zip
1.34 MB
27 Code Polishing & Refactoring/attachments/3drenderer-221113-022522.zip
1.36 MB
27 Code Polishing & Refactoring/attachments/3drenderer-221113-022543.zip
1.36 MB
28 Multiple Meshes/28.01 Declaring Multiple Meshes.mp4
48.89 MB
28 Multiple Meshes/28.02 Implementing Multiple Meshes.mp4
96.88 MB
28 Multiple Meshes/28.03 Implementing Multiple Textures.mp4
56.41 MB
28 Multiple Meshes/28.04 Finishing our Implementation.mp4
76.36 MB
28 Multiple Meshes/28.05 Handedness & Orientation.mp4
59.09 MB
28 Multiple Meshes/attachments/3drenderer-221113-022633.zip
1.36 MB
28 Multiple Meshes/attachments/3drendererfinal-221113-022708.zip
1.34 MB
29 CPU vs. GPU Rasterization/09 A Fixed-Point Rasterizer.txt
2.45 KB
29 CPU vs. GPU Rasterization/29.01 Dedicated Graphics Cards.mp4
66.8 MB
29 CPU vs. GPU Rasterization/29.02 Modern Graphics APIs & Shaders.mp4
91.53 MB
29 CPU vs. GPU Rasterization/29.03 A Parallel Rasterization Algorithm.mp4
85.19 MB
29 CPU vs. GPU Rasterization/29.04 Determining Point Inside Triangle.mp4
64.21 MB
29 CPU vs. GPU Rasterization/29.05 Top-Left Rasterization Rule.mp4
64.57 MB
29 CPU vs. GPU Rasterization/29.06 Edge Function & Barycentric Weights.mp4
55.21 MB
29 CPU vs. GPU Rasterization/29.07 Edge Function & Constant Increments.mp4
74.53 MB
29 CPU vs. GPU Rasterization/29.08 Subpixel Rasterization.mp4
93.13 MB
29 CPU vs. GPU Rasterization/attachments/trianglerasterizer-230326-202115.zip
7.64 KB
29 CPU vs. GPU Rasterization/attachments/trianglerasterizer-230326-202147.zip
7.37 KB
29 CPU vs. GPU Rasterization/attachments/trianglerasterizer-230326-202219.zip
7.48 KB
29 CPU vs. GPU Rasterization/attachments/trianglerasterizer-230326-202640.zip
6.98 KB
29 CPU vs. GPU Rasterization/attachments/trianglerasterizer-230326-203744.zip
7.82 KB
29 CPU vs. GPU Rasterization/attachments/trianglerasterizer-230326-204609.zip
7.25 KB
30 Conclusion and Next Steps/01 Modern Hardware 3D Techniques.html
146.71 KB
30 Conclusion and Next Steps/02 Older Hardware 3D Techniques.html
3.51 MB
30 Conclusion and Next Steps/30.03 Next Steps.mp4
51.56 MB

免责声明

本网站仅提供DHT网络磁力资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 lulutang@protonmail.com。