Skip to content

Commit

Permalink
fix: grid credits
Browse files Browse the repository at this point in the history
  • Loading branch information
vis-prime committed Jul 6, 2023
1 parent cf4154e commit ae798cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/Grid.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import * as THREE from 'three'
import { shaderMaterial } from './shaderMaterial'
/** Based on
https://github.com/Fyrestar/THREE.InfiniteGridHelper by https://github.com/Fyrestar
and https://github.com/threlte/threlte/blob/main/packages/extras/src/lib/components/Grid/Grid.svelte
by https://github.com/grischaerbe and https://github.com/jerzakm
*/

export type GridProps = {
/** plane-geometry size, default: [1,1] */
Expand Down

0 comments on commit ae798cc

Please # to comment.