FileMood

Download Mathematics for Computer Games Development using Unity

Mathematics for Computer Games Development using Unity

Name

Mathematics for Computer Games Development using Unity

 DOWNLOAD Copy Link

Total Size

9.4 GB

Total Files

156

Hash

4D7D6DABD610E993FDABC153262C63C8B488E7F9

/1. Introduction and Welcome/

1. Welcome.mp4

79.5 MB

/Notes/

Basic Trigonometry.html

4.7 KB

FAQs.html

0.4 KB

How to Study This Course.html

0.6 KB

/Subtitles/

1. Welcome.vtt

4.3 KB

/2. Bitwise Operations/

1. Bits, Bytes and Binary.mp4

86.8 MB

10. Putting Bitboards Into Practice Part 2.mp4

175.7 MB

11. Putting Bitboards Into Practice Part 3.mp4

82.5 MB

2. Bit Flags & Bitwise Operators.mp4

195.9 MB

3. Turning Bit Flags Off.mp4

210.6 MB

4. Bit Masks.mp4

190.2 MB

5. Bit Mask Challenge Solution.mp4

214.3 MB

6. Bit Shifting.mp4

66.7 MB

7. Bit Toggling and Unity Specifics.mp4

160.8 MB

8. Bitboards.mp4

94.6 MB

9. Putting Bitboards Into Practice Part 1.mp4

172.9 MB

/2. Bitwise Operations/Notes/

Other Bitwise Operation Hacks.html

4.1 KB

/2. Bitwise Operations/Source Code/

10. SimpleTree.fbx.zip

158.1 KB

11. BitBoardsFinal.zip

800.3 KB

2.1 Textures.zip

74.5 KB

2.2 AttributeSetterStarter.zip

25.0 MB

4. DoorAndKey.zip

33.5 MB

5. DoorKeySolution.zip

26.5 MB

9. BitboardStarter.zip

636.0 KB

/2. Bitwise Operations/Subtitles/

1. Bits, Bytes and Binary.vtt

11.1 KB

10. Putting Bitboards Into Practice Part 2.vtt

17.7 KB

11. Putting Bitboards Into Practice Part 3.vtt

8.9 KB

2. Bit Flags & Bitwise Operators.vtt

20.0 KB

3. Turning Bit Flags Off.vtt

14.0 KB

4. Bit Masks.vtt

14.4 KB

5. Bit Mask Challenge Solution.vtt

15.7 KB

6. Bit Shifting.vtt

11.0 KB

7. Bit Toggling and Unity Specifics.vtt

17.3 KB

8. Bitboards.vtt

11.9 KB

9. Putting Bitboards Into Practice Part 1.vtt

19.1 KB

/3. Location/

1. Cartesian Coordinates & Points.mp4

137.4 MB

2. Plotting Points A Simple Data Structure.mp4

128.3 MB

3. Drawing Lines Solution.mp4

129.0 MB

4. Graph Line Challenge.mp4

135.5 MB

5. Practice Locating 2D Points on a Cartesian Plane.mp4

223.1 MB

6. Calculating Distance Part 1.mp4

219.4 MB

7. Calculating Distance Part 2.mp4

270.4 MB

/3. Location/Source Code/

5. DrivableTank2D.zip

25.6 MB

7. 2DGameFinal.zip

5.4 KB

/3. Location/Subtitles/

1. Cartesian Coordinates & Points.vtt

19.8 KB

2. Plotting Points A Simple Data Structure.vtt

17.9 KB

3. Drawing Lines Solution.vtt

15.4 KB

4. Graph Line Challenge.vtt

16.5 KB

5. Practice Locating 2D Points on a Cartesian Plane.vtt

19.2 KB

6. Calculating Distance Part 1.vtt

21.1 KB

7. Calculating Distance Part 2.vtt

23.3 KB

/4. Vectors/

1. Introduction to Vectors Part 1.mp4

151.1 MB

10. Challenge Solutions.mp4

80.5 MB

11. Recreate Rotate and Translate Challenge Part 1.mp4

230.1 MB

12. Recreate Rotate and Translate Challenge Part 2.mp4

89.4 MB

13. Moving from 2D to 3D.mp4

167.7 MB

14. Exploring Rotation in 3D.mp4

124.5 MB

2. Introduction to Vectors Part 2.mp4

172.4 MB

3. Vectors Moving to a Point.mp4

235.6 MB

4. Vector Normal Form.mp4

192.8 MB

5. Dot Product.mp4

171.6 MB

6. Rotations.mp4

103.6 MB

7. Cross Product.mp4

181.7 MB

8. 2D LookAt Challenge.mp4

128.3 MB

9. Dot Cross Challenge.mp4

234.0 MB

/4. Vectors/Notes/

Derivation of Vector Angle Calculation.html

1.4 KB

/4. Vectors/Source Code/

1. DrivableTank2D.zip

25.6 MB

11. PlayerControlledTank.zip

1.7 MB

12. RotateTranslateSolution.zip

3.2 KB

13. AircraftModels.zip

50.6 MB

4. Coords.zip

0.7 KB

7. FinalCodeDotCross.zip

3.3 KB

9.1 2DDistanceDirectionGame.zip

5.7 MB

9.2 GameAngleFinal.zip

5.7 MB

/4. Vectors/Subtitles/

1. Introduction to Vectors Part 1.vtt

15.1 KB

10. Challenge Solutions.vtt

6.6 KB

11. Recreate Rotate and Translate Challenge Part 1.vtt

21.0 KB

12. Recreate Rotate and Translate Challenge Part 2.vtt

6.1 KB

13. Moving from 2D to 3D.vtt

19.7 KB

14. Exploring Rotation in 3D.vtt

13.3 KB

2. Introduction to Vectors Part 2.vtt

16.4 KB

3. Vectors Moving to a Point.vtt

18.6 KB

4. Vector Normal Form.vtt

19.6 KB

5. Dot Product.vtt

15.9 KB

6. Rotations.vtt

9.2 KB

7. Cross Product.vtt

16.7 KB

8. 2D LookAt Challenge.vtt

9.7 KB

9. Dot Cross Challenge.vtt

20.3 KB

/5. Intersections/

1. Lines, Line Segments and Rays Part 1.mp4

128.7 MB

10. Plane Reflections.mp4

118.5 MB

11. Unity Specifics For Intersections.mp4

172.9 MB

12. More Unity Specifics Part 1.mp4

163.1 MB

13. More Unity Specifics Part 2.mp4

104.5 MB

2. Lines, Line Segments and Rays Part 2.mp4

131.3 MB

3. Planes.mp4

166.9 MB

4. Another Line Constructor.mp4

17.2 MB

5. Intersection of Two Line Segments.mp4

160.5 MB

6. Improving Line Intersection.mp4

140.6 MB

7. Line-Line Intersection Challenge.mp4

118.8 MB

8. Line-Plane Intersections.mp4

153.3 MB

9. Line-Plane Intersections, Projections and Reflections.mp4

151.0 MB

/5. Intersections/Source Code/

12. SheepPackage.zip

228.7 KB

7. BallHittingWall.zip

35.8 KB

8. LinePlaneIntersectionScripts.zip

3.3 KB

9. BallBounceStarter.zip

36.5 KB

/5. Intersections/Subtitles/

1. Lines, Line Segments and Rays Part 1.vtt

18.1 KB

10. Plane Reflections.vtt

14.8 KB

11. Unity Specifics For Intersections.vtt

21.3 KB

12. More Unity Specifics Part 1.vtt

14.9 KB

13. More Unity Specifics Part 2.vtt

9.9 KB

2. Lines, Line Segments and Rays Part 2.vtt

13.1 KB

3. Planes.vtt

18.4 KB

4. Another Line Constructor.vtt

1.8 KB

5. Intersection of Two Line Segments.vtt

20.7 KB

6. Improving Line Intersection.vtt

14.6 KB

7. Line-Line Intersection Challenge.vtt

13.1 KB

8. Line-Plane Intersections.vtt

19.0 KB

9. Line-Plane Intersections, Projections and Reflections.vtt

18.0 KB

/6. Affine Transformations/

1. An Introduction to Matrices.mp4

63.1 MB

10. Shear and Reflect Challenge.mp4

128.2 MB

11. Quaternions.mp4

149.6 MB

12. Programming Quaternion Rotations.mp4

211.4 MB

13. Extracting the Rotation Axis and Angle.mp4

105.8 MB

14. Quaternion Rotations.mp4

164.0 MB

2. Homogeneous Coordinates.mp4

25.7 MB

3. Transformations.mp4

53.0 MB

4. Matrices Data Structures and Algorithms Part 1.mp4

161.0 MB

5. Matrices Data Structures and Algorithms Part 2.mp4

111.3 MB

6. Translation.mp4

186.4 MB

7. Scaling.mp4

127.4 MB

8. Rotation.mp4

159.2 MB

9. Affine Transformations.mp4

142.6 MB

/6. Affine Transformations/Source Code/

11. AircraftModels.zip

50.6 MB

14. AeroRotate.zip

25.2 MB

4. MathLib.zip

4.9 KB

9. FrameMoveStarter.zip

25.2 MB

/6. Affine Transformations/Subtitles/

1. An Introduction to Matrices.vtt

7.5 KB

10. Shear and Reflect Challenge.vtt

12.4 KB

11. Quaternions.vtt

18.4 KB

12. Programming Quaternion Rotations.vtt

20.2 KB

13. Extracting the Rotation Axis and Angle.vtt

9.3 KB

14. Quaternion Rotations.vtt

17.1 KB

2. Homogeneous Coordinates.vtt

5.5 KB

3. Transformations.vtt

7.9 KB

4. Matrices Data Structures and Algorithms Part 1.vtt

18.8 KB

5. Matrices Data Structures and Algorithms Part 2.vtt

12.6 KB

6. Translation.vtt

19.9 KB

7. Scaling.vtt

13.3 KB

8. Rotation.vtt

18.1 KB

9. Affine Transformations.vtt

16.5 KB

/7. Final Words/

1. Some Final Words from Penny.mp4

42.3 MB

2. Where to now.mp4

262.8 MB

/7. Final Words/Notes/

Final Maths Library Code.html

0.1 KB

/7. Final Words/Source Code/

HolisticMaths.zip

6.7 KB

/7. Final Words/Subtitles/

1. Some Final Words from Penny.vtt

1.9 KB

2. Where to now.vtt

13.6 KB

 

Total files 156


Copyright © 2024 FileMood.com