webgl - Babylonjs draw walking path line -
i trying draw walking path lines using babylonjs. tried functions createlines
, createdashedlines
unable increase stroke size.
this video has path have in mind walking path:(0.20)
lines not right way go if want control line thickness. line in babylonjs has same radius. can try using 1 of babylon's parametric shapes. tube or ribbon take path (in 3d coordinates) , create 3d shape out of it. can find documentation along many examples here - http://doc.babylonjs.com/tutorials/parametric_shapes
Comments
Post a Comment