Method | Description | |
---|---|---|
Dispose ( ) : void | ||
DrawScene ( DeviceContextHolder holder, IReflectionDraw draw ) : void | ||
Initialize ( DeviceContextHolder holder ) : void | ||
ReflectionCubemap ( int cubeMapSize ) : System | ||
Update ( System.Vector3 center ) : void |
public DrawScene ( DeviceContextHolder holder, IReflectionDraw draw ) : void | ||
holder | DeviceContextHolder | |
draw | IReflectionDraw | |
return | void |
public Initialize ( DeviceContextHolder holder ) : void | ||
holder | DeviceContextHolder | |
return | void |
public ReflectionCubemap ( int cubeMapSize ) : System | ||
cubeMapSize | int | |
return | System |
public Update ( System.Vector3 center ) : void | ||
center | System.Vector3 | |
return | void |