aframe-alongpath-component icon indicating copy to clipboard operation
aframe-alongpath-component copied to clipboard

A-Frame Component to let entities follow predefined paths

Results 11 aframe-alongpath-component issues
Sort by recently updated
recently updated
newest added

Hello. I can't find the way to Play and Pause animations along the path. I didn't find those functions in the source. Also, I wonder if it will be a...

Hi, Thanks for putting your component out there. Is there any way of adding a speed along path rather than having to use duration? I'm trying to make a game...

I don't think this example code is valid any longer. ``` My A-Frame Scene ``` When I try to use it I get the following errors in the console. ```...

fixes #13 If no easing is specified, linear easing is used as a fallback for backwards compatibility.

I'm not sure if this is desired behavior but it made sense for my project and seemed like was missing in this component. Current behavior when loop is true, `movingended`...

Need a mechanism to control the easing/acceleration of the object - similar to the way aframe-animation does easing

Hello, would you consider switch License to MIT like other components ? An alternative would be have dual license maybe, GPL and MIT. In fact mixing MIT License ( A-frame,...

I'm trying to create a network graph visualization. Currently I'm placing all the nodes in side a layout component so all the nodes will be aligned. To draw curves, until...

Like as in a-animation aframe component like .emit capability is their some thing link that for aframe-alongpath-component too ?

Could very well be me, but the demo code doesn't appear to work. index.js:86 A-Frame Version: 0.5.0 (Date 26-04-2017, Commit #8abc9d5) index.js:87 three Version: ^0.84.0 index.js:88 WebVR Polyfill Version: dmarcos/webvr-polyfill#a02a8089b...