abbastoof / transcendence

2 stars 4 forks source link

Advanced 3d graphics #56

Closed trsctr closed 1 month ago

trsctr commented 2 months ago

Branch: feature/056-advanced-3d-graphics

Description

Experiment with selected advanced 3D graphics techniques to enhance the visual quality of the Pong game and ensure the requirements of "advance 3d graphics" module are met. The first focus will be on implementing a basic HUD (Heads-Up Display). After establishing the HUD, further experiments will be conducted on shaders, textures, lighting, and other visual enhancements.

Tasks

Additional Notes

Possible Issues to Watch For:

trsctr commented 2 months ago

Created a 3d scoreboard and experimented with shader materials and post processing shaders. Applied a texture to the ball but that did not look good, because the ball is so small.