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