Adding Material to a Sphere
-
Hi All,
@WeddingDJ , in terms of field types, etc. how would I allow a user to add a custom material to a sphere via IdeaSpace?
Also, is it possible to allow users to edit <a-animation> attributes/properties?
Thank you.
-
You could use the options-select field type (https://www.ideaspacevr.org/documentation/1.1/field-type-reference#options-select) and let the user choose between your pre-defined custom materials, eg. shaders. In the view template you would print shader A if the user selects shader A, or shader B, or shader C, ...
<a-animations> attributes could be edited/configured by your users by using the options-select field type again, where you specify the value ranges for each attribute which should be configurable.
Hope it helps.
-
Great, thanks man.