Skip to content

⬅️ Back to Table of Contents

📄 UniformsUtils.tests.js

📊 Analysis Summary

Metric Count
📦 Imports 12
📊 Variables & Constants 3

📚 Table of Contents

🛠️ File Location:

📂 test/unit/src/renderers/shaders/UniformsUtils.tests.js

📦 Imports

Name Source
UniformsUtils ../../../../../src/renderers/shaders/UniformsUtils.js
Color ../../../../../src/math/Color.js
Vector2 ../../../../../src/math/Vector2.js
Vector3 ../../../../../src/math/Vector3.js
Vector4 ../../../../../src/math/Vector4.js
Matrix3 ../../../../../src/math/Matrix3.js
Matrix4 ../../../../../src/math/Matrix4.js
Quaternion ../../../../../src/math/Quaternion.js
Texture ../../../../../src/textures/Texture.js
CubeReflectionMapping ../../../../../src/constants.js
UVMapping ../../../../../src/constants.js
CONSOLE_LEVEL ../../../utils/console-wrapper.js

Variables & Constants

Name Type Kind Value Exported
uniforms { floatValue: { value: number; }; int... let/var { floatValue: { value: 1.23 }, intValue: { value: 1 }, boolValue: { value: tr...
uniforms { floatValue: { value: number; }; int... let/var { floatValue: { value: 1.23 }, intValue: { value: 1 }, boolValue: { value: tr...
uniforms { textureValue: { value: Texture; }; } let/var { textureValue: { value: new Texture( null, CubeReflectionMapping ) }, }