Skip to content

sebbang99/OptixRaytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optix Raytracer

Introduce

This program is a simple ray tracer based on OptiX API.

image0 image1 image2 image4 image5

Contents

Geometric Primitives

  • cube and cylinder of OPTIX_BUILD_INPUT_TYPE_CUSTOM_PRIMITIVES
  • polygon model of OPTIX_BUILD_INPUT_TYPE_TRIANGLES
  • point cloud data set of OPTIX_BUILD_INPUT_TYPE_SPHERES

Scene composition

  • 1 Instance Acceleration Structure(IAS) of 4 Geometry Acceleration Structures(GAS)

Toon shading

  • simple toon shading application to polygon models

Reference

optixWhitted project from OptiX SDK 8.1.0 samples.

https://developer.nvidia.com/designworks/optix/download

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published