-
Dividing 3D Space into an Octree
In this video you will write the recursive algorithm to produce and octree around a series of game objects.
This playlist teaches you how to program and Octree recursive space dividing algorithm.
Full 3D Pathfinding with Octrees course available at https://www.h3dlearn.com/course/octreenav
Use Coupon code: TUBE_SPECIAL for a 75% discount.
Full Source code available to Patreons @ patreon.com/holistic3d
For more great tutorial content visit http://www.h3dlearn.com/ -
Dividing 3D Space into an Octree
In this video you will learn how to divide a cube into eight nodes ready for space dividing.
This playlist teaches you how to program and Octree recursive space dividing algorithm.
Full 3D Pathfinding with Octrees course available at https://www.h3dlearn.com/course/octreenav
Use Coupon code: TUBE_SPECIAL for a 75% discount.
Full Source code available to Patreons @ patreon.com/holistic3d
For more great tutorial content visit http://www.h3dlearn.com/ -
Dividing 3D Space into an Octree Part 1
In this video you will start creating the class structures necessary to generate an Octree in Unity.
This playlist teaches you how to program and Octree recursive space dividing algorithm.
Full 3D Pathfinding with Octrees course available at https://www.h3dlearn.com/course/octreenav
Use Coupon code: TUBE_SPECIAL for a 75% discount.
Full Source code available to Patreons @ patreon.com/holistic3d
For more great tutorial content visit http://www.h3dlearn.com/ -
Learn Genetic Algorithm Programming in Unity Part 5
This video will show you how to run the genetic algorithm and experiment with it.
This tutorial series will introduce you to the machine learning technique of genetic algorithms. In it you will develop code for an animated bunny that will learn a strategy to pick up the most eggs in a maze environment. You will create this in Unity with C#.
This month (April 2022) take our survey for a chance to win a $100 Amazon Gift voucher: http://www.holistic3d.com/survey/
Starter Resources supplied at http://www.holistic3d.com/resources/
Full Source code available to Patreons @ patreon.com/holistic3d
For more great tutorial content visit http://www.h3dlearn.com/ -
Learn Genetic Algorithm Programming in Unity Part 4
In this video we will complete the code for the genetic algorithm.
This tutorial series will introduce you to the machine learning technique of genetic algorithms. In it you will develop code for an animated bunny that will learn a strategy to pick up the most eggs in a maze environment. You will create this in Unity with C#.
This month (April 2022) take our survey for a chance to win a $100 Amazon Gift voucher: http://www.holistic3d.com/survey/
Starter Resources supplied at http://www.holistic3d.com/resources/
Full Source code available to Patreons @ patreon.com/holistic3d
For more great tutorial content visit http://www.h3dlearn.com/ -
Learn Genetic Algorithm Programming in Unity Part 3
In this video you will create the brain for the bunnies that will control their behaviour.
This tutorial series will introduce you to the machine learning technique of genetic algorithms. In it you will develop code for an animated bunny that will learn a strategy to pick up the most eggs in a maze environment. You will create this in Unity with C#.
This month (April 2022) take our survey for a chance to win a $100 Amazon Gift voucher: http://www.holistic3d.com/survey/
Starter Resources supplied at http://www.holistic3d.com/resources/
Full Source code available to Patreons @ patreon.com/holistic3d
For more great tutorial content visit http://www.h3dlearn.com/ -
Learn Genetic Algorithm Programming in Unity Part 2
This video will take you through the creation of DNA to be used in decision making for the genetic algorithm used to breed the bunnies.
This tutorial series will introduce you to the machine learning technique of genetic algorithms. In it you will develop code for an animated bunny that will learn a strategy to pick up the most eggs in a maze environment. You will create this in Unity with C#.
This month (April 2022) take our survey for a chance to win a $100 Amazon Gift voucher: http://www.holistic3d.com/survey/
Starter Resources supplied at http://www.holistic3d.com/resources/
Full Source code available to Patreons @ patreon.com/holistic3d
For more great tutorial content visit http://www.h3dlearn.com/ -
Learn Genetic Algorithms Programming in Unity Part 1
This video will give you an introduction to genetic algorithms and get you setup with a Unity scene to begin the project created throughout this playlist.
This tutorial series will introduce you to the machine learning technique of genetic algorithms. In it you will develop code for an animated bunny that will learn a strategy to pick up the most eggs in a maze environment. You will create this in Unity with C#.
This month (April 2022) take our survey for a chance to win a $100 Amazon Gift voucher: http://www.holistic3d.com/survey/
Starter Resources supplied at http://www.holistic3d.com/resources/
Full Source code available to Patreons @ patreon.com/holistic3d
For more great tutorial content visit http://www.h3dlearn.com/ -
Learn to use ShaderToy Shaders in Python with OpenGL
This series is a supplement to my course:
https://www.h3dlearn.com/course/pyopengl
that teaches OpenGL development in Python with
hardware accelerated vertex shaders.
Get a discount with the coupon: FOUND_ON_YT
Full Source code available to Patreons @ patreon.com/holistic3d
In this video you will get a few final hints to ensuring success with the porting of shadertoy shaders into your project. -
Learn to use ShaderToy Shaders in Python with OpenGL Part 8
This series is a supplement to my course:
https://www.h3dlearn.com/course/pyopengl
that teaches OpenGL development in Python with
hardware accelerated vertex shaders.
Get a discount with the coupon: FOUND_ON_YT
Full Source code available to Patreons @ patreon.com/holistic3d
In this video you will finally see the fruits of your efforts with a ShaderToy shader running in Python with OpenGL. -
Learn to use ShaderToy Shaders in Python with OpenGL
This series is a supplement to my course:
https://www.h3dlearn.com/course/pyopengl
that teaches OpenGL development in Python with
hardware accelerated vertex shaders.
Get a discount with the coupon: FOUND_ON_YT
Full Source code available to Patreons @ patreon.com/holistic3d
In this video you will learn how to complete a Mesh class to display the shader. -
Learn to use ShaderToy Shaders in Python with OpenGL Part 6
This series is a supplement to my course:
https://www.h3dlearn.com/course/pyopengl
that teaches OpenGL development in Python with
hardware accelerated vertex shaders.
Get a discount with the coupon: FOUND_ON_YT
Full Source code available to Patreons @ patreon.com/holistic3d
In this video you will learn how to define a plane onto which to have the shader drawn.