Instructional Video10:50
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Applying Grainy Metal

Higher Ed
This lesson will walk you through the process of assigning a grainy metal material for our assets.
Instructional Video11:09
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Metal Material Instance

Higher Ed
In this lesson, you will learn how to set up a metal material for the Unreal Engine 5 assets. We will assign the textures to our PBR material and make sure we end up with nice-looking metal.
Instructional Video13:10
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Normal Intensity Parameter

Higher Ed
The lesson will teach us how to set up a material with normal intensity parameters. You will learn how to make use of the linear interpolate node and set an easily adjustable value for the normal texture strength.
Instructional Video10:44
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Correcting Texture Map Brightness values

Higher Ed
This lesson will show you how to adjust your texture map for the PBR roughness values to get a rougher surface from the asset.
Instructional Video10:15
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Assigning Wax and Flag Material Instances

Higher Ed
The lesson will show us how to link material textures to our newly created material instances. We will make sure that they are set up nicely within our Unreal Engine 5 project.
Instructional Video12:34
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Importing 3D Prop Collection

Higher Ed
In this lesson, we will be importing our 3D prop collection from Blender to Unreal Engine 5. You will learn how to locate the content drawer and navigate your project folder tree, import the file, and choose the right import options for...
Instructional Video10:54
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - UE5 Introduction to UI (User Interface)

Higher Ed
In this lesson, we will get introduced to the UI in Unreal Engine 5. This will help speed up your workflow because you will develop basic knowledge of all its menus to find them when you need them. Over time, this should become instinctual.
Instructional Video7:41
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Importing Asset Pack

Higher Ed
The lesson will show us how to export our assets from within our Unreal Engine 5 project template and set them up to be used for other projects.
Instructional Video9:14
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Presentation

Higher Ed
This lesson will walk us through the steps of setting up our assets to be presentable in Unreal Engine 5. We will make use of height fog to create a nice gradient within the background of our scene.
Instructional Video10:21
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Fire Particle Animation

Higher Ed
During this lesson, you will learn how to create an animated fire for your torches using the Niagara Particle System. The lesson will teach us how to set up particle emitters with a texture fire animation sheet.
Instructional Video8:30
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating Emissive Textures for Light Sources

Higher Ed
This lesson will walk you through setting up PBR materials with emission textures. You will learn how to set up a material for our torches and make their parts glow in the dark.
Instructional Video10:00
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Applying Transparent Sigils and Straw onto Assets

Higher Ed
In this lesson, we are going to make use of the PBR transparent material and apply it to our sigil decals and dungeon bed straws.
Instructional Video8:48
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Two-Sided Transparency

Higher Ed
During this lesson, you will learn how to create a material with opacity variance. The lesson will show us how to set up a two-sided texture with partial transparency for our helmet feather plane.
Instructional Video8:48
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Fixing Material Reference

Higher Ed
The lesson will show us how to make use of the asset reference to check the assigned materials on our object.
Instructional Video6:22
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating a New Unreal Engine 5 Project

Higher Ed
This lesson will give you a complete introduction to creating a new project in Unreal Engine 5. You will find out which project settings to select and why. This will help you maximize what you get out of UE5 in addition to storing your...
Instructional Video10:20
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Exporting Assets as an FBX File

Higher Ed
In this lesson, you will learn how to export your 3D assets from Blender for use within Unreal Engine 5. We will be exporting them as an FBX file and will go through several checks to ensure game engine compatibility.
Instructional Video23:55
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create a Customer Repository

Higher Ed
A Customer Repository class is created and initialized with the connection string and the logger object. GetAllCustomers() method is created to list all customers from the Customer table in the SQL database. This clip is from the chapter...
Instructional Video5:07
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Add Validation Attributes to Order Class

Higher Ed
In this video, you will see adding the validation attributes to the Order Model class. This is required for server-side validation of the Order form. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Instructional Video6:52
Curated Video

Behavioral Design Patterns in C++ - Function Strategy - II

Higher Ed
In this video, we will continue to explore the function strategy design pattern, building on the concepts covered in the previous video. We will dive deeper into the implementation of this pattern. This clip is from the chapter...
Instructional Video5:25
Curated Video

Learn Azure Serverless Functions in a Weekend - Deploying Functions App in Azure Portal

Higher Ed
This video helps you with deploying Functions app in Azure Portal. This clip is from the chapter "Creating Azure Functions in Azure Portal" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on creating...
Instructional Video18:43
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Inheritance

Higher Ed
This video explains inheritance in JavaScript. This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes enhancements and OOPS.
Instructional Video4:51
Curated Video

Behavioral Design Patterns in C++ - Containers - V (ListIterator)

Higher Ed
This video explains how to add iterator to the link class. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video6:41
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Iterator

Higher Ed
This video explains a basic implementation of the Iterator design pattern. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video6:25
Curated Video

Behavioral Design Patterns in C++ - Overload Pattern

Higher Ed
This video talks about the Overload pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.