Skip to content

Creating a line inside a shape #258

Answered by sarimmehdi
sarimmehdi asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, I don't know what's going on but if I use this in the above code:

List<Vector3> axesLengths = Arrays.asList(
                        new Vector3(1, 0.01f, 0.01f),
                        new Vector3(0.01f, 1, 0.01f),
                        new Vector3(0.01f, 0.01f, 1)
                );

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?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sarimmehdi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #240 on December 24, 2021 08:21.