Skip to content

⬅️ Back to Table of Contents

📄 BufferGeometryLoader.tests.js

📊 Analysis Summary

Metric Count
📦 Imports 5
📊 Variables & Constants 5

📚 Table of Contents

🛠️ File Location:

📂 test/unit/src/loaders/BufferGeometryLoader.tests.js

📦 Imports

Name Source
BufferGeometryLoader ../../../../src/loaders/BufferGeometryLoader.js
BufferAttribute ../../../../src/core/BufferAttribute.js
BufferGeometry ../../../../src/core/BufferGeometry.js
DynamicDrawUsage ../../../../src/constants.js
Loader ../../../../src/loaders/Loader.js

Variables & Constants

Name Type Kind Value Exported
object BufferGeometryLoader let/var new BufferGeometryLoader()
object BufferGeometryLoader let/var new BufferGeometryLoader()
loader BufferGeometryLoader let/var new BufferGeometryLoader()
geometry BufferGeometry let/var new BufferGeometry()
attr BufferAttribute let/var new BufferAttribute( new Float32Array( [ 7, 8, 9, 10, 11, 12 ] ), 2, true )