Skip to content

Commit

Permalink
Update InitCommon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlof authored Nov 10, 2023
1 parent 96de1d8 commit 0097adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/InitCommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ function FirstPersonCameraControls(camera)
} // end function FirstPersonCameraControls(camera)


// the 'type' function argument below is a string in JavaScript. Possible string values are:
// "rectangle", "disk", "box", "sphere", "cylinder", "cone", "paraboloid", "hyperboloid", "hyperbolic paraboloid", "capsule"
// the 'type' function argument below is a string in JavaScript. Possible string values are: "rectangle", "disk", "box", "sphere",
// "cylinder", "capped cylinder", "cone", "capped cone", "paraboloid", "capped paraboloid", "hyperboloid", "hyperbolic paraboloid", "capsule"
function RayTracingShape(type)
{
this.type = type;
Expand Down

0 comments on commit 0097adc

Please sign in to comment.