Skip to content

Commit

Permalink
Update comments, remove global call
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Jun 28, 2023
1 parent 9f3d77c commit 3cdd101
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inputs/failing/octane/raytrace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
// benchmark, but the all the computational code remains
// untouched. This file also contains a copy of parts of the Prototype
// JavaScript framework which is used by the ray tracer.
//
// It has been further modified by Andrew Morris for use as a benchmark
// in the ValueScript project.

// ------------------------------------------------------------------------
// ------------------------------------------------------------------------

// The rest of this file is the actual ray tracer written by Adam
// Burmister. It's a concatenation of the following files:
// The code below is based on a concatenation of the following files:
//
// flog/color.js
// flog/light.js
Expand Down Expand Up @@ -849,5 +851,3 @@ export default function renderScene() {

raytracer.renderScene(scene, null /* , 0 */);
}

renderScene();

0 comments on commit 3cdd101

Please sign in to comment.