SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
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.

Definition at line 36 of file SLRaytracer.h.

Constructor & Destructor Documentation

◆ SLRTAAPixel()

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

Definition at line 38 of file SLRaytracer.h.

39  {
40  x = X;
41  y = Y;
42  }
SLushort y
Unsigned short x-pixel index.
Definition: SLRaytracer.h:44
SLushort x
Unsigned short x-pixel index.
Definition: SLRaytracer.h:43

Member Data Documentation

◆ x

SLushort SLRTAAPixel::x

Unsigned short x-pixel index.

Definition at line 43 of file SLRaytracer.h.

◆ y

SLushort SLRTAAPixel::y

Unsigned short x-pixel index.

Definition at line 44 of file SLRaytracer.h.


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