What's Changed
Branch: Addition
PR: #77 — Custom Shaders For Mac Users
Author: @AidenKielby
Commit: d9fabd3
Pull Request Details
Custom Shaders For Mac Users
Mac users can now use the Custom Shader class for adding custom shaders to their instance of Aiden3DRenderer.
Install
pip install aiden3drenderer==1.13.2Example (Python)
from aiden3drenderer import Renderer3D
renderer = Renderer3D()
# ...Full Changelog: v1.13.1...v1.13.2