Game Engineering II - Assignment 03

This is the write-up for Assignment 03 of GAMES 6320 (Game Engineering II). Assignment 02 introduced cMesh and cEffect but st...

Programming

Game Engineering II - Assignment 02

This is the write-up for Assignment 02 of GAMES 6320 (Game Engineering II). Assignment 01 hard-coded all of the geometry and ...

Programming

Game Engineering II - Assignment 01

This is the write-up for Assignment 01 of GAMES 6320 (Game Engineering II). The assignment starts from a provided EAE6320-sty...

Programming

Unreal 5 源码阅读笔记,大纲

关键词:Unreal Engine 5.6、源码、C++、Runtime、Engine、引擎开发和优化 Engine/Source 顶层结构 **Runtime/**:打进游戏、运行时用到的模块 **Editor/...

Tech Blog