ControlMap
Hierarchy
- ControlMap
Index
Constructors
constructor
Parameters
src: FrameStore
dst: FrameStore
astTransform: Mapping
width: number
height: number
updateBoudary: boolean = true
Returns ControlMap
Properties
readonlydestination
gl
readonlyheight
maxPoint
minPoint
readonlysource
texture
readonlywidth
Methods
createTexture
Parameters
gl: WebGL2RenderingContext
Returns void
getTextureX
Parameters
gl: WebGL2RenderingContext
Returns WebGLTexture | null
hasTextureForContext
Parameters
gl: WebGL2RenderingContext
Returns boolean | null
setGrid
Parameters
optionalastTransform: any
Returns void
setMinMaxPoint
Parameters
minX: any
minY: any
maxX: any
maxY: any
Returns void