I understood from the examples how to change material properties.
spherenode.shape.materials.value = materials
But now I want to be able to control the size of my node (in my case, a sphere). How do I do that, since spherenode.radius isn't a valid function and radius doesn't fall under material either
I understood from the examples how to change material properties.
spherenode.shape.materials.value = materialsBut now I want to be able to control the size of my node (in my case, a sphere). How do I do that, since
spherenode.radiusisn't a valid function and radius doesn't fall under material either