Howto:Implementing a simple GCA system: Difference between revisions

Jump to navigation Jump to search
Line 414: Line 414:


Basically, this is about plotting two diagrams and projecting the approach accordingly - we can do so by using the Canvas path drawing examples from the [[Canvas Snippets]] article and adapt those as needed.
Basically, this is about plotting two diagrams and projecting the approach accordingly - we can do so by using the Canvas path drawing examples from the [[Canvas Snippets]] article and adapt those as needed.
For starters, we will simply be passing an instance handle of the <code>GCAController</code> class, so that our little helper script can simply access all internal state directly, instead of having to touch any of the code we previously created.


<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">

Navigation menu