SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Pixel index struct used in anti aliasing in ray tracing. More...
#include <SLRaytracer.h>
Public Member Functions | |
SLRTAAPixel (SLushort X=0, SLushort Y=0) | |
Public Attributes | |
SLushort | x |
Unsigned short x-pixel index. More... | |
SLushort | y |
Unsigned short x-pixel index. More... | |
Pixel index struct used in anti aliasing in ray tracing.
Definition at line 36 of file SLRaytracer.h.
Definition at line 38 of file SLRaytracer.h.
SLushort SLRTAAPixel::x |
Unsigned short x-pixel index.
Definition at line 43 of file SLRaytracer.h.
SLushort SLRTAAPixel::y |
Unsigned short x-pixel index.
Definition at line 44 of file SLRaytracer.h.