Recommended approach to implementing 3D interactive stimuli #2467
Unanswered
RylanSchaeffer
asked this question in
Q&A
Replies: 1 comment
-
Hi @RylanSchaeffer, There's no plugin included with jsPsych that will let you do this super easily. The various If this were a task I needed to implement I would probably look for a JavaScript library that can do this kind of thing already and then build a plugin that uses that library. Perhaps something like three.js, but I'm not sure what the best options are. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run an experiment in which, on each trial, I ask participants to rotate a 3D object by dragging their mouse. Is there an easy way to do this in jsPsych?
If so, where can I learn more?
If not, how would someone with more experience (I have none) recommend I implement this?
Beta Was this translation helpful? Give feedback.
All reactions