How to Draw a ViroPolyline #294
Unanswered
HassanAfnan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to draw a polyline to a specific distance like initial-point to end-point in 3d space. Anyone knows how can I do this?
<ViroPolyline position={[0, 0, -2]} points={[ [0, 0, 0], [.5, .5, .5], [1, 0, 0] ]} thickness={0.2} materials={"red"} />
Beta Was this translation helpful? Give feedback.
All reactions