public interface R2TranslucentRendererType extends R2DeletableType
| Modifier and Type | Method and Description |
|---|---|
void |
renderTranslucents(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2ImageBufferUsableType> ibuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2ShadowMapContextUsableType shadows,
R2MatricesObserverType m,
List<R2TranslucentType<?>> s)
Render the given translucents into the given image buffer.
|
deletevoid renderTranslucents(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
Optional<R2ImageBufferUsableType> ibuffer,
com.io7m.jcanephora.profiler.JCGLProfilingContextType pc,
com.io7m.jcanephora.texture_unit_allocator.JCGLTextureUnitContextParentType uc,
R2ShadowMapContextUsableType shadows,
R2MatricesObserverType m,
List<R2TranslucentType<?>> s)
Render the given translucents into the given image buffer.
If an image buffer is provided, it will be bound before evaluation and left bound after the method returns.
area - The output viewportibuffer - The output image bufferpc - A profiling contextuc - A texture unit contextshadows - A set of rendered shadow mapsm - A matrix contexts - The translucentsCopyright © 2016 <code@io7m.com> http://io7m.com