machenmusik
machenmusik
Unless someone removed it, there definitely should be thumbstickup / down / moved events for touch controllers?
IMO quick reactions to the originally stated 3 options 1 is basically the aframe approach of "let another component provide additional functionality" which is fine as long as monkey-patching this...
It seems there is a call for `tracked-controls` to expose instantaneous accessory for button / axis states, and perhaps for higher order components to expose by mapped label? If so,...
It seems to me that controller model specific characteristics like positions of tooltips should live closer to the controller components or the controlled models themselves. A little tricky to specify...
It can be a separate component that is looking for the right events, as long as teleport-controls provides the right ones. Not hard to have a component remember last `trackpadmoved`...
Or, you can just read the current values off the controller reference, right?
There already is a way to easily turn this off, right? https://github.com/aframevr/aframe/blob/7d289e8fb28f2c2895ba49200f502257110d5050/src/components/scene/device-orientation-permission-ui.js#L22
My two cents: If you mean using a video by selector reference, you have to stop the video yourself, when you change the src, a-image should stop using it but...
Seems to me that, assuming it's possible, the use of .glb (single file) should be encouraged if folks want to be able to preload as a generic single file? If...
+1 for focusing on .glb now that it's easy enough to make that happen. A suggestion: - optional field for asset items identifying the event name they wait for (e.g....