ChamberLib 0.11.0
See the version list below for details.
dotnet add package ChamberLib --version 0.11.0
NuGet\Install-Package ChamberLib -Version 0.11.0
<PackageReference Include="ChamberLib" Version="0.11.0" />
paket add ChamberLib --version 0.11.0
#r "nuget: ChamberLib, 0.11.0"
// Install ChamberLib as a Cake Addin #addin nuget:?package=ChamberLib&version=0.11.0 // Install ChamberLib as a Cake Tool #tool nuget:?package=ChamberLib&version=0.11.0
A cross-platform library to make 3D graphics a little easier.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ChamberLib:
Package | Downloads |
---|---|
ChamberLib.FbxSharp
Load models from FBX files using FbxSharp |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Split shaders from programs into separate stages.
- Vertex and fragment shaders are not imported and processed individually into IShaderStage objects and then combined into an IShaderProgram object, instead of being imported and processed together as a single IShader.
- Created a ShaderUniforms class to hold values for shader uniforms.
- Replaced many occurrences of a materialOverride parameter in Draw calls with an Overrides class, that allows the overriding of material, ligthing, shader, shader stages, and shader uniform values.