threeagent icon indicating copy to clipboard operation
threeagent copied to clipboard

Controls

Open vaibhawc opened this issue 3 years ago • 1 comments

Hi, it's not an issue, it's just that I am not able to figure out how would I go about implementing a control like TrackballControl. Thanks.

vaibhawc avatar Sep 01 '20 17:09 vaibhawc

You should be able to import the relevant three file for trackball and just use it. You need some interop to set it up, and probably access to the renderer/camera/etc though. Those are available through the threeagent context if you need them.

joinr avatar Sep 20 '21 15:09 joinr