Rendering Pipeline

Implementation of the Rendering Pipeline

You are now following this Submission

This collection of functions illustrate how to render images out of 3D models. The following functions are implemented:
- 3D model teapot
- coordinate transformations
- depth correction
- rasterization (texture and color)
- flat and gouraud shading

Cite As

Karsten Bartecki (2026). Rendering Pipeline (https://www.mathworks.com/matlabcentral/fileexchange/67921-rendering-pipeline), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Strategy & Logic in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

- found a wrong transformation in world2camera.m
- better clipping behavior
- located some undesired behavior in culling.m
- rastering now processes empty objects (due to clipping) without throwing errors
- fixed bugs for dummy-ground

1.0.0.0

- added an image