Uses of Class
de.grogra.glsl.utility.Drawable
Packages that use Drawable
Package
Description
-
Uses of Drawable in de.grogra.glsl.renderpass
Methods in de.grogra.glsl.renderpass with parameters of type DrawableModifier 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) Method parameters in de.grogra.glsl.renderpass with type arguments of type DrawableModifier 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
Methods in de.grogra.glsl.renderpass.nostencil with parameters of type DrawableModifier 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
Methods in de.grogra.glsl.utility that return DrawableMethods in de.grogra.glsl.utility with parameters of type Drawable