Fernando Serrano
Fernando Serrano
How can I know if a system could be added to an entity? Every system could be added by default to an entity?
Do we have any example of one component like that in the core?
@dmarcos do you have any proposal on how to differentiate them?
Hi @mrfrase3 @avrljk! So nice to hear that this features is moving on! Re merge here or not, I believe it could be nice to create a PR including the...
@dmarcos Yes, I was thinking if it's small enough we may want to have everything together for easy setup? idk really. In any case it could be nice to take...
After checking both implementations I tend to like this implementation as it doesn't modify almost anything on the core and let the developers to create their own custom backend so...
At first I thought about having the options + name as a single object, something like: ``` registerBrush({name: 'flat', spacing: 0.2}, definition); ``` But, following the `registerXXX` from AFRAME I...
This could be easily done for components added directly with our components` curated repository (https://github.com/aframevr/aframe-components). But how can we determine which URL is the one for an user loaded component?
`lineWidth` is not usable on windows, but just on mac as it doesn't matter the value you set, on windows it will always be 1. I could try to abstract...
The MeshLine is a screenspace implementation so it's not suitable for VR, in fact I started using that for the early version of a-painter but then I needed to switch...