ursina icon indicating copy to clipboard operation
ursina copied to clipboard

is it possible to draw smooth curves (Bezier Curves) etc

Open lalamax3d opened this issue 1 year ago • 1 comments

i have found , it looks ok.

points = [Vec3(0,0,0), Vec3(0,5,0), Vec3(3,2,0), Vec3(6,4,0)]
curve_renderer = Entity(model=Mesh(vertices=points, mode='line',  thickness=3))

Q. is it possible to make another mode ('curve') in Entity. if same data is given ( points in array) and mode is curve, it draws smooth curves..

lalamax3d avatar Sep 26 '23 20:09 lalamax3d