如视 Five SDK
Preparing search index...
five
PBMCustomShaderInitArgs
Interface PBMCustomShaderInitArgs
interface
PBMCustomShaderInitArgs
{
defines
?:
{
[
key
:
string
]:
any
}
;
fragment
?:
Partial
<
PBMCustomShaderSlots
[
"fragment"
]
>
;
type
:
(
"none"
|
"basic"
|
"phong"
|
"standard"
|
"pointcloud"
)
[]
;
uniforms
?:
{
[
key
:
string
]:
Uniform
}
;
vertex
?:
Partial
<
PBMCustomShaderSlots
[
"vertex"
]
>
;
}
Index
Properties
defines?
fragment?
type
uniforms?
vertex?
Properties
Optional
defines
defines
?:
{
[
key
:
string
]:
any
}
Optional
fragment
fragment
?:
Partial
<
PBMCustomShaderSlots
[
"fragment"
]
>
type
type
:
(
"none"
|
"basic"
|
"phong"
|
"standard"
|
"pointcloud"
)
[]
Optional
uniforms
uniforms
?:
{
[
key
:
string
]:
Uniform
}
Optional
vertex
vertex
?:
Partial
<
PBMCustomShaderSlots
[
"vertex"
]
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
defines
fragment
type
uniforms
vertex
如视 Five SDK
Loading...