Alight is a persnal study project for Computer Graphic By Xingyu Chen Using C#. This project consists of many subprojects.
ALightRay is a path tracing renderer. current verson is 1.0 . Features:
- Path Tracing
- Motion blur
- Bounding Volume Hierarchies
- Texture Mapping
- Normal Mapping
- Reflectance Mapping
- Perlin Noise
- Light Material
- 6-side Skybox
- Model Rendering
- Multiple Importance Sampling
- Jitter sampling
- Direct illumination
- Scene Management
- Multi-threaded rendering
ALightCreator is a renderer engine front end based on WPF.
ALightRaster is a realtime rasterization renderer which is based on the AcRenderer