
Public Member Functions | |
| OnScreenCanvas3D (GraphicsConfiguration graphicsConfiguration, Raster raster, int width, int height, int rasterType) | |
| void | renderOnce () |
Public Member Functions inherited from com.generalrobotix.ui.view.vsensor.Canvas3DI | |
| Canvas3DI (GraphicsConfiguration gc) | |
| Canvas3DI (GraphicsConfiguration gc, boolean offscr, Raster raster, int width, int height, int rasterType) | |
| int[] | getColorBuffer () |
| float[] | getDepthBuffer () |
| byte[] | getMonoBuffer () |
| void | postSwap () |
| void | renderOnce () |
Additional Inherited Members | |
Protected Attributes inherited from com.generalrobotix.ui.view.vsensor.Canvas3DI | |
| BufferedImage | color_ |
| DepthComponentFloat | depth_ |
| GraphicsContext3D | gc_ |
| int | height_ |
| Raster | raster_ |
| int | rasterType_ |
| int | width_ |
Canvas class for rendering
Definition at line 25 of file OnScreenCanvas3D.java.
|
inline |
Constructor
| graphicsConfiguration | |
| raster | |
| width | raster width |
| height | raster height |
| rasterType | raster type |
Definition at line 34 of file OnScreenCanvas3D.java.
|
inline |
Definition at line 45 of file OnScreenCanvas3D.java.