Uses of Class
heronarts.glx.View
Packages that use View
Package
Description
-
Uses of View in heronarts.glx
Methods in heronarts.glx that return ViewModifier and TypeMethodDescriptionView.bind()View.bind(short viewId) View.image(UI2dContext context) Renders the given 2d context into this viewView.setCamera(org.joml.Vector3f eye, org.joml.Vector3f center, org.joml.Vector3f up) View.setClearColor(int rgba) View.setClearDepth(float clearDepth) View.setClearFlags(int clearFlags) View.setId(short viewId) View.setOrthographic(float x1, float x2, float y1, float y2, float z1, float z2) View.setPerspective(float radians, float aspectRatio, float zNear, float zFar) View.setRect(int x, int y, int width, int height) Sets the coordinates of this view in framebuffer coordinate space, independent of content scaling.View.setScreenOrtho()View.setScreenOrtho(float width, float height) View.touch() -
Uses of View in heronarts.glx.shader
Methods in heronarts.glx.shader with parameters of type ViewModifier and TypeMethodDescriptionprotected voidShaderProgram.setUniforms(View view) protected voidUniformFill.setUniforms(View view) protected voidShaderProgram.setVertexBuffers(View view) voidvoidvoidShaderProgram.submit(View view, long bgfxState, VertexBuffer... vertexBuffers) voidShaderProgram.submit(View view, VertexBuffer vertexBuffer) voidvoidTex2d.submit(View view, Texture texture, VertexBuffer vertexBuffer) UniformFill.submit(View view, long state, int fillColor, VertexBuffer... vertexBuffers) -
Uses of View in heronarts.glx.ui
Fields in heronarts.glx.ui declared as ViewMethods in heronarts.glx.ui with parameters of type ViewModifier and TypeMethodDescriptionfinal voidDraws the context into a parent view.final voidDraw the given component into the View contextfinal voidvoidprotected voidSubclasses should override this method with specific drawing routings -
Uses of View in heronarts.glx.ui.component
Methods in heronarts.glx.ui.component with parameters of type View -
Uses of View in heronarts.lx.studio.ui.preview
Methods in heronarts.lx.studio.ui.preview with parameters of type View