0

I want change aframe Gizmo for the translate and rotation style of the below images.

enter image description here

How to change TransformControls.js for https://github.com/aframevr/aframe-inspector/tree/master/src/lib/vendor/threejs.

Thank you.

Hande Xu
  • 3
  • 2

1 Answers1

2

You can fork the inspector repo, make the changes you want, host it somewhere and set the url on the inspector component:

<a-scene inspector=“url: http://yoururl”><a-scene>
Diego Marcos
  • 4,502
  • 3
  • 15
  • 20