Skip to content

Commit

Permalink
Create RenderingFeatures.md
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareantics authored Jan 12, 2024
1 parent a9e5bf0 commit f4b00ff
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions Documentation/RenderingFeatures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
## Rendering Features

### Rendering Techniques

- [x] Pipeline
- [x] Forward Rendering

### Geometry and Models

- [x] Mesh Rendering
- [ ] Terrain Rendering
- [ ] Model Loading

### Camera and View Optimization

- [x] Camera System
- [ ] View Frustum Culling
- [ ] Occlusion Culling

### Material and Shading

- [ ] Material System
- [x] Diffuse Mapping
- [x] Specular Mapping
- [x] Normal Mapping
- [ ] Emissive Mapping
- [ ] Parallax Mapping

### Lighting and Shadows

- [x] Lighting
- [x] Blinn-Phong Lighting Model
- [x] Light Sources
- [x] Directional
- [x] Point
- [x] Spot
- [ ] Volumetric
- [x] Global Illumination (Ambient Lighting)
- [ ] Shadow Mapping

### Visual Effects

- [ ] Fog
- [ ] Linear
- [ ] Exponential
- [ ] Exponential Squared
- [x] Skyboxes
- [ ] Blending
- [ ] Reflections and Refractions

### Animation and Post Processing

- [ ] Animation
- [ ] Skeletal Animation
- [ ] Post Processing
- [ ] Gamma Correction
- [ ] High Dynamic Range (HDR)
- [ ] Bloom
- [ ] Motion Blur
- [ ] Depth of Field
- [ ] Anti-Aliasing

0 comments on commit f4b00ff

Please sign in to comment.