-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
The following seems to create vec4f array under the hood:
const attractorsPositions = uniformArray([
new THREE.Vector3(-1, 0, 0),
new THREE.Vector3(1, 0, -0.5),
new THREE.Vector3(0, 0.5, 1),
]);This makes the following not work as intended:
const attractorsPositionsAccess = fromTSL(attractorsPositions, {
type: d.arrayOf(d.vec3f),
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working