Hello, Iām Changyong š±āš
/
Undergrad School Projects
Search
Undergrad School Projects
ź°¤ė¬ė¦¬ 볓기
Search
What I Built
Implemented various real-time physics simulations using
OpenGL
and
Unity 3D
, focusing on deformable bodies and cloth-like behavior using the
Mass-Spring System
.
Key Projects
ā¢
Cloth Simulation
ā¢
Sphere Deformation
ā¢
Spring-Mass System
Physics Simulation using Mass-Spring System & Deformation
What I Built
ā¢
Implemented
natural cubic spline
and
B-spline curve
algorithms from scratch for smooth curve interpolation and modeling.
ā¢
Developed an interactive system for
curve construction
, supporting
user-defined control points
and real-time visualization.
ā¢
Explored properties of different spline types such as
continuity (C¹, C²)
,
local control
, and
smoothness
.
ā¢
Compared spline types through visual and mathematical analysis to understand their behavior and suitability in animation or modeling tasks.
Results:
ā¢
Natural Spline
ā¢
B-Spline
Curve Implementation
Overview
ā¢
Developed multiple graphics demos using
OpenGL
, demonstrating object transformation, lighting, and rendering techniques with various mathematical frameworks.
Core Features
ā¢
Object Transformation & Illumination
ā¢
Ray Tracing
OpenGL
Project Overview
Designed and implemented core gameplay elements in Unity 3D, including
character motion
,
particle effects
, and
enemy AI behaviors
.
Key Features
ā¢
Character Motion
ā¢
Particle Effects
ā¢
Raid Monster AI (Raid Hunter)
Unity 3D Game Development: Motion & Particle FX Design
Project Overview
Designed a fully immersive VR gameplay experience using
Unreal Engine 4
, focusing on
monster pattern design
,
level/map layout
, and
player-environment interaction
in a virtual space.
Key Features
ā¢
Monster Pattern Design
ā¢
Map / Level Design
ā¢
VR Mechanics
VR Game Design using Unreal Engine 4
Mission
Clear all dots within the time limit by strategically connecting same-colored dots.
What I Built
ā¢
Developed a
real-time puzzle game
inspired by
Two Dots
, where the objective is to reduce all remaining dots to zero.
ā¢
Implemented core gameplay mechanics:
dot matching
,
chain elimination
,
combo detection
, and
time-based challenge system
.
ā¢
Designed intuitive
UI and grid system
for visualizing dot connections using a custom rendering loop.
ā¢
Added
mission tracking
, real-time countdown, and animated feedback for player actions.
Two Dots-Inspired Puzzle Game