Skip to content

Commit

Permalink
Merge pull request #134 from godardma/codac2_dev
Browse files Browse the repository at this point in the history
[graphics] updated VIBes files
  • Loading branch information
SimonRohou authored Nov 6, 2024
2 parents 85197c5 + 8074ecf commit 466efed
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 88 deletions.
2 changes: 1 addition & 1 deletion examples/00_graphics/graphic_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
DefaultView.set(fig1)
DefaultView.draw_box([[2.2,2.5],[2.2,2.5]],[Color.blue(),Color.cyan(0.8)])

fig2.draw_AUV([1,1,3.14/2],1.,[Color.black(),Color.yellow()])
fig2.draw_AUV([1,1,3.14/2],2.,[Color.black(),Color.yellow()])
fig2.draw_tank([2,1,3.14/2],1.,[Color.black(),Color.yellow()])
fig2.draw_pie([2,2],[1.5,2.5],[(3*3.14/4)-0.5,(3*3.14/4)+0.5],[Color.blue(),Color.cyan()])
fig2.draw_polyline([[2,-0.5],[4,0.5],[3,1.5],[4,2.5],[3,3]], Color.red())
Expand Down
Loading

0 comments on commit 466efed

Please sign in to comment.