1.3.49
 
Loading...
Searching...
No Matches
rayGeneration.cu File Reference
#include <optix_world.h>
#include "RayTracing.cuh"

Go to the source code of this file.

Functions

RT_PROGRAM void direct_raygen ()
 
RT_PROGRAM void diffuse_raygen ()
 
RT_PROGRAM void camera_raygen ()
 
RT_PROGRAM void pixel_label_raygen ()
 

Detailed Description

File containing OptiX ray generation programs

Copyright (C) 2016-2025 Brian Bailey

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Definition in file rayGeneration.cu.

Function Documentation

◆ camera_raygen()

RT_PROGRAM void camera_raygen ( )

Definition at line 495 of file rayGeneration.cu.

◆ diffuse_raygen()

RT_PROGRAM void diffuse_raygen ( )

Definition at line 251 of file rayGeneration.cu.

◆ direct_raygen()

RT_PROGRAM void direct_raygen ( )

Definition at line 21 of file rayGeneration.cu.

◆ pixel_label_raygen()

RT_PROGRAM void pixel_label_raygen ( )

Definition at line 588 of file rayGeneration.cu.