Preparing search index...
The search index is not available
kokomi.js
kokomi.js
MeshTransmissionMaterial
Class MeshTransmissionMaterial
Reference:
https://blog.maximeheckel.com/posts/refraction-dispersion-and-other-shader-light-effects/
Hierarchy (
view full
)
Component
MeshTransmissionMaterial
Index
Constructors
constructor
Properties
background
backside
base
container
emitter
fbo
fbo
Back
material
old
Bg
parent
Methods
add
Existing
emit
off
on
update
Constructors
constructor
new
Mesh
Transmission
Material
(
base
,
parent
,
config
?
)
:
MeshTransmissionMaterial
Parameters
base
:
Base
parent
:
Mesh
<
BufferGeometry
<
NormalBufferAttributes
>
,
Material
|
Material
[]
,
Object3DEventMap
>
config
:
Partial
<
MeshTransmissionMaterialConfig
>
= {}
Returns
MeshTransmissionMaterial
Properties
background
background
:
null
|
Texture
|
Color
backside
backside
:
boolean
base
base
:
Base
container
container
:
Scene
emitter
emitter
:
Emitter
<
any
>
fbo
fbo
:
FBO
fbo
Back
fbo
Back
:
FBO
material
material
:
ShaderMaterial
old
Bg
old
Bg
:
null
|
Texture
|
Color
parent
parent
:
Mesh
<
BufferGeometry
<
NormalBufferAttributes
>
,
Material
|
Material
[]
,
Object3DEventMap
>
Methods
add
Existing
add
Existing
(
)
:
void
Returns
void
emit
emit
(
type
,
event
?
)
:
void
Parameters
type
:
string
event
:
any
= {}
Returns
void
off
off
(
type
,
handler
)
:
void
Parameters
type
:
string
handler
:
any
Returns
void
on
on
(
type
,
handler
)
:
void
Parameters
type
:
string
handler
:
any
Returns
void
update
update
(
time
)
:
void
Parameters
time
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
background
backside
base
container
emitter
fbo
fbo
Back
material
old
Bg
parent
Methods
add
Existing
emit
off
on
update
kokomi.js
Loading...
Reference: https://blog.maximeheckel.com/posts/refraction-dispersion-and-other-shader-light-effects/