rapid-render
Preparing search index...
BaseTexture
Class BaseTexture
Each
Texture
references a baseTexture, and different textures may have the same baseTexture
Hierarchy (
View Summary
)
BaseTexture
FrameBufferObject
Index
Constructors
constructor
Properties
height
texture
width
wrap
Mode
Methods
from
Image
Source
Constructors
constructor
new
BaseTexture
(
texture
:
WebGLTexture
,
width
:
number
,
height
:
number
,
wrapMode
?:
TextureWrapMode
,
)
:
BaseTexture
Parameters
texture
:
WebGLTexture
width
:
number
height
:
number
wrapMode
:
TextureWrapMode
= TextureWrapMode.CLAMP
Returns
BaseTexture
Properties
height
height
:
number
texture
texture
:
WebGLTexture
width
width
:
number
wrap
Mode
wrapMode
:
TextureWrapMode
Methods
Static
from
Image
Source
fromImageSource
(
r
:
Rapid
,
image
:
Images
,
antialias
?:
boolean
,
wrapMode
?:
TextureWrapMode
,
)
:
BaseTexture
Parameters
r
:
Rapid
image
:
Images
antialias
:
boolean
= false
wrapMode
:
TextureWrapMode
= TextureWrapMode.CLAMP
Returns
BaseTexture
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
height
texture
width
wrap
Mode
Methods
from
Image
Source
rapid-render
Loading...
Each Texture references a baseTexture, and different textures may have the same baseTexture