Class CubemapFromTextureRenderer
public class CubemapFromTextureRenderer : CubemapRendererBase, IDisposable
- Inheritance
-
CubemapFromTextureRenderer
- Implements
- Inherited Members
- Extension Methods
Constructors
CubemapFromTextureRenderer(IServiceRegistry, RenderDrawContext, Texture, int, PixelFormat)
public CubemapFromTextureRenderer(IServiceRegistry services, RenderDrawContext renderDrawContext, Texture input, int outputSize, PixelFormat outputFormat)
Parameters
services
IServiceRegistryrenderDrawContext
RenderDrawContextinput
TextureoutputSize
intoutputFormat
PixelFormat
Methods
DrawImpl()
protected override void DrawImpl()
GenerateCubemap(IServiceRegistry, RenderDrawContext, Texture, int)
public static Texture GenerateCubemap(IServiceRegistry services, RenderDrawContext renderDrawContext, Texture input, int outputSize)
Parameters
services
IServiceRegistryrenderDrawContext
RenderDrawContextinput
TextureoutputSize
int