Skip to content

Engine Development class at Full Sail University, this was Lab Three where we had to do Frustum Culling using AABBs. Note: Testing on a drawn frustum, not the actual view frustum.

Notifications You must be signed in to change notification settings

WdsPjm/Engine-Dev---DX11-Frustum-Culling---AABBs-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Engine-Dev DX11(Frustum-Culling & AABBs)

Engine Development class at Full Sail University, this was Lab Three where we had to do Frustum Culling using AABBs. Note: Testing on a drawn frustum, not the actual view frustum.

We were given a the template for the bare engine, with no rendering code just the layout, and had labs to build up the engine each week. This was Lab Three, where we had to do Frustum Culling on a drawn frustum where it tests AABBs with the frustum to check if it should be culled.

Skills Honed

  • DirectX11
  • Engine Development
  • AABBs
  • Frustum Culling
  • Taking Input
  • Look-At/Turn-To Algorithim
  • Vector/Matrix Algebra

About

Engine Development class at Full Sail University, this was Lab Three where we had to do Frustum Culling using AABBs. Note: Testing on a drawn frustum, not the actual view frustum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.4%
  • HLSL 3.6%