Skip to content

Commit

Permalink
Merge pull request #12644 from cx20/master
Browse files Browse the repository at this point in the history
Fixed GPU Gems URL in API docs
  • Loading branch information
sebavan authored Jun 13, 2022
2 parents 5fb8ec1 + 1b2d709 commit 2017239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { DrawWrapper } from "../Materials/drawWrapper";
declare type Engine = import("../Engines/engine").Engine;

/**
* Inspired by http://http.developer.nvidia.com/GPUGems3/gpugems3_ch13.html
* Inspired by https://developer.nvidia.com/gpugems/gpugems3/part-ii-light-and-shadows/chapter-13-volumetric-light-scattering-post-process
*/
export class VolumetricLightScatteringPostProcess extends PostProcess {
// Members
Expand Down

0 comments on commit 2017239

Please sign in to comment.