Skip to content

Commit

Permalink
Update to support latest Three.JS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameobea committed Aug 30, 2024
1 parent 3e1e01a commit 11ed361
Show file tree
Hide file tree
Showing 5 changed files with 1,316 additions and 3,635 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ Adapted from [original implementation](https://github.com/n8python/goodGodRays)
Or import from unpkg as a module:

```ts
import { GodraysPass } from 'https://unpkg.com/three-good-godrays@0.6.1/build/three-good-godrays.esm.js';
import { GodraysPass } from 'https://unpkg.com/three-good-godrays@0.7.0/build/three-good-godrays.esm.js';
```

## Supported Three.JS Version

This library was tested to work with Three.JS versions `>= 0.125.0 <= 0.167.0`. Although it might work with versions outside that range, support is not guaranteed.

## Usage

```ts
Expand Down
Loading

0 comments on commit 11ed361

Please sign in to comment.