Creating a line inside a shape #258
-
|
I want to show the axes of an ellipsoid. This is how I create the axis material: This is how I create my ellipsoid: And this is how I am creating the three axes: But I get a very small cube in the middle of the ellipsoid that is always facing the same direction |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Okay, I don't know what's going on but if I use this in the above code: and remove the lookDirs and lookIt entirely, I am able to get proper axes. Is there a crucial concept here regarding Sceneform that I do not understand? |
Beta Was this translation helpful? Give feedback.
-
|
Please use discussion for this. |
Beta Was this translation helpful? Give feedback.
Okay, I don't know what's going on but if I use this in the above code:
and remove the lookDirs and lookIt entirely, I am able to get proper axes. Is there a crucial concept here regarding Sceneform that I do not understand?