Uses of Class
de.grogra.glsl.utility.Drawable
Package
Description
-
Uses of Drawable in de.grogra.glsl.renderpass
Modifier and TypeMethodDescriptionvoid
CachedRenderPass.postDrawCallback
(Drawable dr, OpenGLState glState, GLSLDisplay disp) void
CacheScenePass.postDrawCallback
(Drawable dr, OpenGLState glState, GLSLDisplay disp) void
ExtractLayerPass.postDrawCallback
(Drawable dr, OpenGLState glState, GLSLDisplay disp) void
RenderPass.postDrawCallback
(Drawable dr, OpenGLState glState, GLSLDisplay disp) void
ToolRenderPass.postDrawCallback
(Drawable dr, OpenGLState glState, GLSLDisplay disp) Modifier and TypeMethodDescriptionvoid
RenderPass.renderAndUpdateVector
(GLSLDisplay disp, Matrix4d worldToView, Vector<Drawable> cache) void
RenderPass.renderVector
(GLSLDisplay disp, Matrix4d worldToView, boolean normal, Vector<Drawable> cache) -
Uses of Drawable in de.grogra.glsl.renderpass.nostencil
Modifier and TypeMethodDescriptionvoid
CachedRenderPass.postDrawCallback
(Drawable dr, OpenGLState glState, GLSLDisplay disp) void
CacheScenePass.postDrawCallback
(Drawable dr, OpenGLState glState, GLSLDisplay disp) void
ExtractLayerPass.postDrawCallback
(Drawable dr, OpenGLState glState, GLSLDisplay disp) void
ToolRenderPass.postDrawCallback
(Drawable dr, OpenGLState glState, GLSLDisplay disp) -
Uses of Drawable in de.grogra.glsl.utility