Closed protyze closed 8 years ago
Thanks! Currently looking at Inspector-ready components, ideally there'd be a way to edit the points visually (i.e., add child entities and be able to drag those around to define the points).
Huh, that totally makes sense. Missed that one. I will extend the component as suggested. Thanks!
Hi, I've updated the component with A-Frame Inspector support. See https://protyze.github.io/aframe-alongpath-component/alongpath/index.html
(Open the Inspector, select the red path-boxes and then drag the curve into position).
Looks great! Is there a way to clean up the scene graph a bit? Like put all those boxes under an entity, and give the wrapping entity a class name (we will show the class name in the Inspector soon).
If we just make inspect: false
and just add a bit to the README about that, then good to go! The scene graph clean up not a deal breaker.
Thank you for your feedback. I appreciate! All the inspector-entities are now cleaned up as child-elements of the ".alongpath-debug-root"-entity. Also I made some minor tweaks and updated the the inspector-Property to be false by default and described the inspector-usage in more detail in the readme. let me know if that's ok now, or if it needs some more work.
Awesome!
Could also be able to dynamically update the closed
property, and perhaps use spheres instead of boxes.
Supercool, first community component! thank you @protyze :)
Cool! Thanks! I will also consider the other inputs. :)
Added the aframe-alongpath-component to the A-Frame Registry by editing registry.yml