Developer tools for 3D library three.js.
Total ratings
4.50
(Rating count:
20)
Upgrade to see all 14 reviews
User reviews
Recent rating average:
4.10
All time rating average:
4.50
Upgrade to see all 14 reviews
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2022-02-02 | Gnana Sai | very useful for thee.js developers Thank you | ||
2021-05-16 | Cyril Antoni | I just got started with ThreeJS and this tool is very useful to tinker around with the lights' colors and the meshes! The only difficulty in getting started is to know where to put the extension's observer code. I put it at the end of the animate function like so: function animate() { requestAnimationFrame(animate); // ... renderer.render(scene, camera); // Observe a scene or a renderer if (typeof __THREE_DEVTOOLS__ !== "undefined") { __THREE_DEVTOOLS__.dispatchEvent( new CustomEvent("observe", { detail: scene }) ); __THREE_DEVTOOLS__.dispatchEvent( new CustomEvent("observe", { detail: renderer }) ); } } And then you just have to open the "three" tab in the Chrome Devtool. Enjoy! | ||
2021-05-13 | Chris Scavongelli | Very lightweight / not many features, but certainly better than nothing (I am shocked there is no native option similar to the editor on threejs.org, like A-Frame has via CMD + OPT + i?). Installation is not straightforward, so if you're stuck: Step 1 - Follow instructions under "Current API" (https://github.com/threejs/three-devtools) You'll need to add that code to your page (rename the variables according to your logic), or run it manually via console. Step 2 - Restart Chrome | ||
2021-02-25 | Костя Чудный | nice tool, thanks! | ||
2020-12-27 | Addison van den Hoeven | This is awesome, so much easier to noodle around now. | ||
2020-09-09 | Thomas Caserta | Works so much better than the other threejs devtools. No problems here, not sure why people are saying it's disabled or doesn't work on the current version of chrome (unless the extension updated since). Just need to make sure you follow the instructions to notify the extension of your scenes/renderer etc. | ||
2020-09-08 | Cihad Turhan | Not working, it's disabled on chrome. | ||
2020-07-20 | Gary Ratcliffe | Doesn't work with the current version of Chrome | ||
2020-03-31 | kevin doo | very good! It's helpful. | ||
2020-01-07 | Miguel Alão | Simply brilliant |
Upgrade to see all 14 reviews