The show builder can quickly show you a SceneGraph. Use it like this: * Reference package Aardvark.Application.Utilities * Open namespace Aardvark.Applicatio...
3 years ago
let renderScreenshotAndDepth (runtime : IRuntime) (size : V2i) (sg : ISg) = let depth = runtime.CreateTexture(size, TextureFormat.Depth24Stencil8, 1, 1); let...
4 years ago