top of page

Search


CG Tech Interview #2 Physically Based Rendering
#ComputerGraphics #GameProgramming #TechnicalArt #GameEngine This section serves as a summary of all the Physically-Based Rendering...

Lingheng Tao
Aug 25, 20241 min read
23 views
0 comments


CG Tech Interview #1 Basics
#ComputerGraphics #TechnicalArt #GameEngine #GameProgramming This series of notes is intended to help prepare for technical interviews...

Lingheng Tao
Aug 25, 20243 min read
19 views
0 comments


Unity Engine #4 MonoBehavior
#GameEngine #UnityEngine #GameProgramming This note mainly talks about what you need to know about MonoBehavior, the script parent class...

Lingheng Tao
Jan 10, 20244 min read
68 views
0 comments


Unity Engine #3 Patterns
#GameEngine #UnityEngine #GameProgramming This article mainly introduces the design patterns of various types of code. In GoF's book...

Lingheng Tao
Jan 10, 20247 min read
24 views
0 comments


Unity Engine #2 System / Networking
#GameEngine #UnityEngine #GameProgramming This note is mainly about computer systems and network knowledge. Principles of network...

Lingheng Tao
Jan 10, 20243 min read
11 views
0 comments


Unity Engine #1 Memory
#UnityEngine #GameEngine #GameProgramming This note is mainly about the memory management of the Unity engine. Basic concepts Unity's...

Lingheng Tao
Jan 10, 20244 min read
100 views
0 comments


Unity Engine #0 C-Sharp
#GameEngine #GameProgramming #UnityEngine #ProgrammingLanguage This note is mainly about the C# language. A complete understanding of...

Lingheng Tao
Jan 10, 20247 min read
9 views
0 comments


Unity Engine #0 C-Sharp
#GameEngine #GameProgramming #UnityEngine #ProgrammingLanguage 这篇笔记主要是关于 C# 语言的。完整了解 Unity 的特性必须要从 C# 语言开始。这一部分虽然非常八股文,但是能够很好地帮助我们提高程序的性能...

Lingheng Tao
Jan 8, 20248 min read
2 views
0 comments


Unity Shader #1 Render Pipeline
#UnityShader #GameEngine #TechnicalArt This note is mainly about basic information about Unity's graphics rendering pipeline and vertex...

Lingheng Tao
Oct 4, 20237 min read
25 views
0 comments


UE4#3 Material Editor
#UE4 #GameEngine #TechnicalArtist This note writes about the basics about using the material editor in the Unreal Engine 4. Here I am...

Lingheng Tao
Aug 17, 20214 min read
17 views
0 comments


UE4#2 Nodes Basics
#UnrealEngine4 #GameEngine Basic About Nodes A node consists of the following 3 parts: title, inputs and outputs. The plugs where you can...

Lingheng Tao
Aug 15, 20213 min read
28 views
0 comments


UE4#1 Basic Operations
#UnrealEngine4 #Notes #GameEngine #TechnicalArt Real Basics This notes write about the basic operations of Unreal Engine 4. I'm using the...

Lingheng Tao
Aug 15, 20213 min read
13 views
0 comments
bottom of page