프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SamplesPerPixel | int | ||
ShutterClose | double | ||
ShutterOpen | double | ||
xPixelEnd | int | ||
xPixelStart | int | ||
yPixelEnd | int | ||
yPixelStart | int |
메소드 | 설명 | |
---|---|---|
GetMoreSamples ( |
||
GetSubSampler ( int num, int count ) : |
||
ISampler ( int xstart, int xend, int ystart, int yend, int spp, double sopen, double sclose ) : System | ||
ReportResults ( |
||
RoundSize ( int size ) : int |
메소드 | 설명 | |
---|---|---|
ComputeSubWindow ( int num, int count, int &newXStart, int &newXEnd, int &newYStart, int &newYEnd ) : void |
protected ComputeSubWindow ( int num, int count, int &newXStart, int &newXEnd, int &newYStart, int &newYEnd ) : void | ||
num | int | |
count | int | |
newXStart | int | |
newXEnd | int | |
newYStart | int | |
newYEnd | int | |
리턴 | void |
public abstract GetMoreSamples ( |
||
sample | ||
리턴 | int |
public abstract GetSubSampler ( int num, int count ) : |
||
num | int | |
count | int | |
리턴 |
public ISampler ( int xstart, int xend, int ystart, int yend, int spp, double sopen, double sclose ) : System | ||
xstart | int | |
xend | int | |
ystart | int | |
yend | int | |
spp | int | |
sopen | double | |
sclose | double | |
리턴 | System |
public ReportResults ( |
||
samples | ||
rays | ||
Ls | Spectrum | |
isects | ||
count | int | |
리턴 | bool |