@hology/core 0.0.30 → 0.0.31
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
|
|
1
1
|
export * from 'three-shader-graph';
|
2
2
|
export { linearEyeDepth, fragmentLinearEyeDepth, depthSampler } from './depth';
|
3
3
|
export { timeUniforms } from './time';
|
4
|
+
export { particleUniforms } from './particle';
|
4
5
|
export * from './layers';
|
5
6
|
export * from './landscape';
|
6
7
|
export * from './shapes';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export*from"three-shader-graph";export{linearEyeDepth,fragmentLinearEyeDepth,depthSampler}from"./depth";export{timeUniforms}from"./time";export*from"./layers";export*from"./landscape";export*from"./shapes";export*from"./voronoi";export*from"./effects";export*from"./math";
|
1
|
+
export*from"three-shader-graph";export{linearEyeDepth,fragmentLinearEyeDepth,depthSampler}from"./depth";export{timeUniforms}from"./time";export{particleUniforms}from"./particle";export*from"./layers";export*from"./landscape";export*from"./shapes";export*from"./voronoi";export*from"./effects";export*from"./math";
|
2
2
|
/*
|
3
3
|
* Copyright (©) 2023. All rights reserved.
|
4
4
|
* See the LICENSE.md file for details.
|