PuZo.org: 3D Computer Graphics Programming - PuZo.org

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

3D Computer Graphics Programming

#1 User is offline   TechBladder 

  • Addicted to PuZo's
  • PipPipPipPipPip
  • Group: Members
  • Posts: 96169
  • Joined: 18-April 20

Posted 26 April 2024 - 06:34 PM

Posted Image

Download Free Download : 3D Computer Graphics Programming
mp4 | Video: h264,1920X1080 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:8.09 GB

Files Included :

1 01 Introduction and Learning Outcomes.mp4 (91.64 MB)
MP4
1 02 How to Take this Course.mp4 (4.31 MB)
MP4
1 03 Words of Encouragement.mp4 (16.13 MB)
MP4
2 01 Project Dependencies.mp4 (64.32 MB)
MP4
2 02 A Quick Note for Windows Users.mp4 (9.18 MB)
MP4
2 03 Project Folder Structure.mp4 (10.55 MB)
MP4
2 04 The Compilation Flow.mp4 (13.76 MB)
MP4
2 05 Working with Makefiles.mp4 (11.48 MB)
MP4
2 06 Configuring Visual Studio on Windows.mp4 (29.86 MB)
MP4
3 01 Creating an SDL Window.mp4 (30.72 MB)
MP4
3 02 Rendering an SDL Window.mp4 (57.74 MB)
MP4
3 03 Declaring a Color Buffer.mp4 (155.26 MB)
MP4
3 04 Allocating Memory and Freeing Resources.mp4 (19.86 MB)
MP4
3 08 SDL Texture.mp4 (62.45 MB)
MP4
3 09 Fullscreen Window.mp4 (23.79 MB)
MP4
3 10 Exercise Drawing a Background Grid.mp4 (23.57 MB)
MP4
3 11 Drawing a Background Grid.mp4 (38.1 MB)
MP4
3 13 Exercise Drawing Rectangles.mp4 (21.37 MB)
MP4
3 14 Creating a Function to Draw Rectangles.mp4 (44.7 MB)
MP4
4 01 Defining Header Files.mp4 (67.04 MB)
MP4
4 02 Coding New Header Files.mp4 (37.69 MB)
MP4
5 01 The Draw Pixel Function.mp4 (25.91 MB)
MP4
5 02 Vectors.mp4 (57.28 MB)
MP4
5 03 Declaring a Vector Type.mp4 (4.98 MB)
MP4
5 04 Review of C Structs.mp4 (23.74 MB)
MP4
5 05 Array of Points.mp4 (22.74 MB)
MP4
6 01 Orthographic Projection.mp4 (36.64 MB)
MP4
6 03 Perspective Projection.mp4 (53.48 MB)
MP4
6 04 Implementing the Perspective Divide.mp4 (10.33 MB)
MP4
6 05 Coordinate System Handedness.mp4 (11.15 MB)
MP4
7 01 Vector Transformations.mp4 (36 MB)
MP4
7 02 Review of Sine Cosine and Tangent.mp4 (31.6 MB)
MP4
7 04 Rotating Vectors.mp4 (73.64 MB)
MP4
7 05 Vector Rotation Function.mp4 (27.7 MB)
MP4
7 06 Proof of Angle Sine Addition.mp4 (49.92 MB)
MP4
7 08 Proof of Angle Cosine Addition.mp4 (21.57 MB)
MP4
8 01 Fixing our Game Loop Time Step.mp4 (61.74 MB)
MP4
8 02 Using a Delay Function.mp4 (25.42 MB)
MP4
9 01 Triangles and Meshes.mp4 (40.63 MB)
MP4
9 02 Vertices and Triangle Faces.mp4 (42.24 MB)
MP4
9 03 Triangle Edges.mp4 (8.48 MB)
MP4
10 01 Line Equation.mp4 (53.14 MB)
MP4
10 02 DDA Line Drawing Algorithm.mp4 (81.7 MB)
MP4
10 03 Coding a Function to Draw Lines.mp4 (43.77 MB)
MP4
11 01 Dynamic Arrays.mp4 (39.44 MB)
MP4
11 03 Dynamic Mesh Vertices and Faces.mp4 (36.87 MB)
MP4
12 01 OBJ Files.mp4 (53.39 MB)
MP4
12 02 Exercise Loading OBJ File Content.mp4 (23.57 MB)
MP4
12 03 Loading OBJ File Content.mp4 (58.78 MB)
MP4
13 01 Back-face Culling Motivation.mp4 (29.32 MB)
MP4
13 03 Vector Magnitude.mp4 (38.96 MB)
MP4
13 04 Vector Addition and Subtraction.mp4 (24.18 MB)
MP4
13 05 Vector Scalar Multiplication and Division.mp4 (7.3 MB)
MP4
13 06 Vector Cross Product.mp4 (38.48 MB)
MP4
13 07 Finding the Normal Vector.mp4 (37.01 MB)
MP4
13 08 Dot Product.mp4 (58.97 MB)
MP4
13 10 Back-face Culling Algorithm.mp4 (24.23 MB)
MP4
13 11 Back-face Culling Code.mp4 (59.29 MB)
MP4
13 13 Vector Normalization.mp4 (58.04 MB)
MP4
14 01 Triangle Fill.mp4 (36.8 MB)
MP4
14 02 Flat-Bottom & Flat-Top Technique.mp4 (26.78 MB)
MP4
14 03 Activity Find Triangle Midpoint.mp4 (23.71 MB)
MP4
14 04 Solution to the Triangle Midpoint.mp4 (43.82 MB)
MP4
14 05 Coding the Triangle Midpoint Computation.mp4 (26.11 MB)
MP4
14 06 Flat-Bottom Triangle Algorithm.mp4 (49.89 MB)
MP4
14 07 Flat-Bottom Triangle Code.mp4 (39.15 MB)
MP4
14 08 Flat-Top Triangle Algorithm.mp4 (27.85 MB)
MP4
14 09 Flat-Top Triangle Code.mp4 (23.5 MB)
MP4
14 10 Avoiding Division by Zero.mp4 (17.43 MB)
MP4
14 12 Different Rendering Options Solution.mp4 (42.35 MB)
MP4
14 15 Colored Triangle Faces.mp4 (40.1 MB)
MP4
15 01 Painter's Algorithm.mp4 (42.82 MB)
MP4
15 03 Coding a Sorting Function.mp4 (54.71 MB)
MP4
16 01 Matrices Overview.mp4 (66.44 MB)
MP4
16 02 Matrix Operations.mp4 (60.81 MB)
MP4
16 03 Properties of Matrix Multiplication.mp4 (45.65 MB)
MP4
16 04 Examples of Matrix Multiplication.mp4 (37.86 MB)
MP4
16 06 2D Rotation Matrix.mp4 (37.01 MB)
MP4
17 01 3D Matrix Transformations.mp4 (48.04 MB)
MP4
17 02 3D Scale Matrix.mp4 (51.78 MB)
MP4
17 03 Matrix Typedef.mp4 (17.24 MB)
MP4
17 04 Scale Matrix Code.mp4 (43.1 MB)
MP4
17 05 3D Translation Matrix.mp4 (47.67 MB)
MP4
17 06 Translation Matrix Code.mp4 (14.57 MB)
MP4
17 07 3D Rotation Matrices.mp4 (50.08 MB)
MP4
17 08 Rotation Matrix Code.mp4 (24.74 MB)
MP4
17 10 The World Matrix.mp4 (57.74 MB)
MP4
17 11 Order of Transformations.mp4 (9.56 MB)
MP4
17 12 Translation is Not a Linear Transformation.mp4 (54.08 MB)
MP4
18 01 Defining a Projection Matrix.mp4 (77.3 MB)
MP4
18 02 Populating our Perspective Projection Matrix.mp4 (53.4 MB)
MP4
18 03 Coding the Perspective Projection Matrix.mp4 (68.25 MB)
MP4
18 04 Exercise Projecting Negative Values.mp4 (14.93 MB)
MP4
18 05 Projecting Negative Values.mp4 (35.53 MB)
MP4
18 07 Row-major and Column-major Orders.mp4 (45.05 MB)
MP4
19 01 Flat Shading.mp4 (86.59 MB)
MP4
19 02 Coding Flat Shading & Light.mp4 (70.67 MB)
MP4
19 04 Smooth Shading Techniques.mp4 (49.29 MB)
MP4
19 06 Inverted Vertical Screen Values.mp4 (22.74 MB)
MP4
20 01 Texture Mapping.mp4 (76.84 MB)
MP4
20 02 Representing Textures in Memory.mp4 (73.19 MB)
MP4
20 03 Texture Typedef.mp4 (67.47 MB)
MP4
20 04 Textured Triangles.mp4 (23.98 MB)
MP4
20 05 Textured Flat-Bottom Triangle.mp4 (86.79 MB)
MP4
20 06 Textured Flat-Top Triangle.mp4 (24.15 MB)
MP4
20 07 Barycentric Coordinates.mp4 (105.3 MB)
MP4
20 08 Barycentric Weights (α, β, γ).mp4 (92.64 MB)
MP4
20 09 Function to Compute (α, β, γ).mp4 (37.14 MB)
MP4
20 10 Visualizing Textured Triangles.mp4 (74.49 MB)
MP4
21 01 Perspective Correct Interpolation.mp4 (174.49 MB)
MP4
21 02 PS1 Games and Affine Texture Mapping.mp4 (6.88 MB)
MP4
21 03 Perspective Correct Interpolation Code.mp4 (102.32 MB)
MP4
21 06 Inverted Cube UV Coordinates.mp4 (16.87 MB)
MP4
22 01 Decoding PNG Files.mp4 (56.93 MB)
MP4
22 03 Loading PNG File Content.mp4 (58.64 MB)
MP4
22 04 Freeing PNG Textures.mp4 (3.56 MB)
MP4
23 01 Loading OBJ Texture Attributes.mp4 (84.9 MB)
MP4
23 02 Preventing Texture Buffer Overflow.mp4 (36.22 MB)
MP4
23 04 Visualizing Textured OBJ Models.mp4 (24.68 MB)
MP4
24 01 Z-Buffer.mp4 (63.23 MB)
MP4
24 02 Z-Buffer Code.mp4 (57.79 MB)
MP4
24 03 Exercise Z-Buffer for Filled Triangles.mp4 (21.58 MB)
MP4
24 04 Implementing a Z-Buffer for Filled Triangles.mp4 (27.74 MB)
MP4
24 05 A Discussion on Dynamic Memory Allocation.mp4 (88.72 MB)
MP4
25 01 Camera Space.mp4 (94.08 MB)
MP4
25 02 Look At Camera Model.mp4 (58.74 MB)
MP4
25 03 Look At Transformations.mp4 (87.11 MB)
MP4
25 04 The LookAt Function.mp4 (42.04 MB)
MP4
25 05 Coding the LookAt Function.mp4 (62.28 MB)
MP4
25 07 Variable Delta-time.mp4 (26.57 MB)
MP4
25 08 A Simple FPS Camera Movement.mp4 (44.09 MB)
MP4
25 09 Coding a Simple FPS Camera Movement.mp4 (75.14 MB)
MP4
26 01 Frustum Clipping.mp4 (61.01 MB)
MP4
26 02 Planes.mp4 (27.42 MB)
MP4
26 03 Exercise Right Frustum Plane Point & Normal.mp4 (22.33 MB)
MP4
26 04 Defining Frustum Planes Points & Normals.mp4 (131.84 MB)
MP4
26 05 Initializing an Array of Frustum Planes.mp4 (27.61 MB)
MP4
26 06 Defining Points Inside and Outside Planes.mp4 (42.78 MB)
MP4
26 07 Intersection Between Line & Plane.mp4 (117.95 MB)
MP4
26 08 Clipping a Polygon Against a Plane.mp4 (100.07 MB)
MP4
26 09 Polygon Typedef.mp4 (83.85 MB)
MP4
26 10 A Function to Clip Polygon Against Planes.mp4 (98.98 MB)
MP4
26 11 Coding the Function to Clip Polygons Against Planes.mp4 (88.03 MB)
MP4
26 12 Converting Polygons Back Into Triangles.mp4 (30.54 MB)
MP4
26 13 Visualizing Clipped Triangles.mp4 (61.32 MB)
MP4
26 14 Horizontal & Vertical FOV Angles.mp4 (44.42 MB)
MP4
26 15 Clipping Texture UV Coordinates.mp4 (93.87 MB)
MP4
26 16 Clipping Space.mp4 (104.65 MB)
MP4
27 01 Working with Static Variables.mp4 (16.19 MB)
MP4
27 02 Refactoring SDL Globals.mp4 (98.99 MB)
MP4
27 03 Simulating Low-Resolution Displays.mp4 (29.72 MB)
MP4
27 04 Refactoring Light Globals.mp4 (18.03 MB)
MP4
27 05 Exercise Camera Pitch Rotation.mp4 (32 MB)
MP4
27 06 Implementing the Camera Pitch Rotation.mp4 (36.47 MB)
MP4
28 01 Declaring Multiple Meshes.mp4 (48.89 MB)
MP4
28 02 Implementing Multiple Meshes.mp4 (96.88 MB)
MP4
28 03 Implementing Multiple Textures.mp4 (56.41 MB)
MP4
28 04 Finishing our Implementation.mp4 (76.36 MB)
MP4
28 05 Handedness & Orientation.mp4 (59.09 MB)
MP4
29 01 Dedicated Graphics Cards.mp4 (66.8 MB)
MP4
29 02 Modern Graphics APIs & Shaders.mp4 (91.53 MB)
MP4
29 03 A Parallel Rasterization Algorithm.mp4 (85.19 MB)
MP4
29 04 Determining Point Inside Triangle.mp4 (64.21 MB)
MP4
29 05 Top-Left Rasterization Rule.mp4 (64.57 MB)
MP4
29 06 Edge Function & Barycentric Weights.mp4 (55.21 MB)
MP4
29 07 Edge Function & Constant Increments.mp4 (74.53 MB)
MP4
29 08 Subpixel Rasterization.mp4 (93.13 MB)
MP4
30 03 Next Steps.mp4 (51.56 MB)
MP4

Posted Image

 https://voltupload.com/wje1awfiw2qe/3D_Computer_Graphics_Programming.z01
https://voltupload.com/53de3woadlg5/3D_Computer_Graphics_Programming.z02
https://voltupload.com/5mhvdjp5bjqg/3D_Computer_Graphics_Programming.z03
https://voltupload.com/4vw1rki4mel1/3D_Computer_Graphics_Programming.z04
https://voltupload.com/32qmdp00g5jw/3D_Computer_Graphics_Programming.z05
https://voltupload.com/cfp94piuuo8v/3D_Computer_Graphics_Programming.z06
https://voltupload.com/sfduqv1icxv0/3D_Computer_Graphics_Programming.z07
https://voltupload.com/tw7jhf1i190m/3D_Computer_Graphics_Programming.z08
https://voltupload.com/dstyno13k83c/3D_Computer_Graphics_Programming.zip


 https://rapidgator.net/file/875c1d902bbb374e531b81d38434e3d9/3D_Computer_Graphics_Programming.z01
https://rapidgator.net/file/098fb5b67183eceff771e694d9d624ba/3D_Computer_Graphics_Programming.z02
https://rapidgator.net/file/e4a9c0bf8f208c8acb7812a350105e5b/3D_Computer_Graphics_Programming.z03
https://rapidgator.net/file/269e2d1f65c7155111bd1c9a63ba2eca/3D_Computer_Graphics_Programming.z04
https://rapidgator.net/file/6f6ce0360bfc244727646b0a42b82226/3D_Computer_Graphics_Programming.z05
https://rapidgator.net/file/47410263dcbe177e0d00a2810c340f2d/3D_Computer_Graphics_Programming.z06
https://rapidgator.net/file/4f06956b066b8191e7465a1f5454a215/3D_Computer_Graphics_Programming.z07
https://rapidgator.net/file/7513c34209f187fc0b93c597895330a3/3D_Computer_Graphics_Programming.z08
https://rapidgator.net/file/9b7cee05cfead2139ec8714a18e41bd3/3D_Computer_Graphics_Programming.zip



Free search engine download: 3D Computer Graphics Programming

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic