Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Shading
Mandelbrot
MandelbrotFragment
C# Class Shading.Mandelbrot.MandelbrotFragment
Inheritance:
NewTOAPIA.Graphics.Processor.GPFragmentShader
ファイルを表示
Open project: Wiladams/NewTOAPIA
Public Properties
Property
Type
Description
FragColor
vec4
InnerColor
vec3
LightIntensity
float
MaxIterations
float
OuterColor1
vec3
OuterColor2
vec3
Position
vec3
Xcenter
float
Ycenter
float
Zoom
float
Public Methods
Method
Description
main
( ) :
void
Method Details
main()
public
method
public
main
( ) :
void
return
void
Property Details
FragColor
public_oe property
public
vec4
FragColor
return
vec4
InnerColor
public_oe property
public
vec3
InnerColor
return
vec3
LightIntensity
public_oe property
public
float
LightIntensity
return
float
MaxIterations
public_oe property
public
float
MaxIterations
return
float
OuterColor1
public_oe property
public
vec3
OuterColor1
return
vec3
OuterColor2
public_oe property
public
vec3
OuterColor2
return
vec3
Position
public_oe property
public
vec3
Position
return
vec3
Xcenter
public_oe property
public
float
Xcenter
return
float
Ycenter
public_oe property
public
float
Ycenter
return
float
Zoom
public_oe property
public
float
Zoom
return
float