File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ export const getDirection: typeof TSL.getDirection;
198198export const getDistanceAttenuation : typeof TSL . getDistanceAttenuation ;
199199export const getGeometryRoughness : typeof TSL . getGeometryRoughness ;
200200export const getNormalFromDepth : typeof TSL . getNormalFromDepth ;
201+ export const interleavedGradientNoise : typeof TSL . interleavedGradientNoise ;
201202export const getParallaxCorrectNormal : typeof TSL . getParallaxCorrectNormal ;
202203export const getRoughness : typeof TSL . getRoughness ;
203204export const getScreenPosition : typeof TSL . getScreenPosition ;
Original file line number Diff line number Diff line change @@ -42,3 +42,5 @@ export const getNormalFromDepth: (
4242 depthTexture : Node ,
4343 projectionMatrixInverse : Node ,
4444) => Node ;
45+
46+ export const interleavedGradientNoise : ( position : Node ) => Node ;
You can’t perform that action at this time.
0 commit comments