Mibo.Elmish.Graphics3D Namespace
| Type/Module | Description |
|
|
|
|
Configuration for Batch3DRenderer. |
|
|
|
|
|
Standard 3D Renderer using BasicEffect. |
|
|
A billboard (camera-facing quad) in 3D space. |
|
|
A batcher for drawing camera-facing billboards (particles, sprites in 3D space). |
|
|
Billboard facing mode. |
|
|
Functions for building and submitting 3D draw commands. |
|
|
Fluent builder for RenderCmd3D. |
|
|
Effect-driven billboard draw: user provides an effect and optional setup callback. |
|
|
Standard transformation matrices used during effect setup. |
|
|
Effect-driven quad draw: user provides an effect and optional setup callback. |
|
|
Callback for configuring an effect before a draw operation. |
|
|
A simple batcher for drawing line primitives in 3D. |
|
|
A textured quad in 3D space, represented as center + basis half-extents. |
|
|
A simple batcher for drawing 3D textured quads. |
|
|
Convenience alias for a render buffer for 3D commands. |
|
|
A 3D render command. |
|
|
Coarse rendering pass selection for 3D. |
|
|
Sprite-style billboard draw (90% case): unlit textured billboard using built-in sprite effect. |
|
|
A simple batcher for drawing textured, vertex-colored quads in 3D. |
|
|
Sprite-style quad draw (90% case): unlit textured quad using built-in sprite effect. |
|
|
|
|
|
|
|
|
UV rectangle in normalized texture coordinates. |
Mibo