Skip to content

Commit

Permalink
Added shaders moving circle example.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo.marques committed Jun 2, 2024
1 parent 9ddc4b2 commit d8bdcb5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions docs/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
items:
- name: UDPSendAndReceive
href: osc/udp_server_and_client.md
- name: BonVision
items:
- name: MovingCircle
href: bonvision/moving_circle.md
- name: Neuro Tasks
items:
- name: Neuro
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
</Expression>
<Expression xsi:type="IncludeWorkflow" Path="BonVision:Primitives.DrawCircle.bonsai">
<Diameter>0.2</Diameter>
<LocationX>-0.983333349</LocationX>
<LocationY>0.51</LocationY>
<LocationX>-0.99</LocationX>
<LocationY>0.173333347</LocationY>
<Layer>0</Layer>
<ColorR>1</ColorR>
<ColorG>0</ColorG>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<TimeSeriesVisualizer>
<Capacity>640</Capacity>
<Min>-1</Min>
<Max>0.60000000000000009</Max>
<Max>1</Max>
<AutoScale>true</AutoScale>
</TimeSeriesVisualizer>
</VisualizerSettings>
Expand Down

0 comments on commit d8bdcb5

Please sign in to comment.