SLProject 4.0.000
SLRTAAPixel Struct Reference

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...
 

Detailed Description

Pixel index struct used in anti aliasing in ray tracing.

Constructor & Destructor Documentation

◆ SLRTAAPixel()

SLRTAAPixel::SLRTAAPixel ( SLushort  X = 0,
SLushort  Y = 0 
)
inlineexplicit

Member Data Documentation

◆ x

SLushort SLRTAAPixel::x

Unsigned short x-pixel index.

◆ y

SLushort SLRTAAPixel::y

Unsigned short x-pixel index.


The documentation for this struct was generated from the following file: