basic 2d delaunlay trianglulation
basic 2d study of delaunlay trianglulation in maya with python to understand how to construct and manipulate them. There might be some advantage of having everything within the script if…
line-plane intersection
Mode of line-plane intersection Implemation of some basic geometry query function in python Maya
graphical relationship script sequencer on Sketchup demo
Video of a simple demo showing graph to sketchup and sketchup to graph callback when entity changed and induce re-evaluation of its related containers in the graph.
graphical relationship script sequencer on Sketchup
First attempt to intergrate the relationship graph into sketchup. The graph seqences the related script container based on its connections. Different modes of evaluation is implemented so only part of…
rbSGL test
A video in real-time showing an implementation of CA game of life on sketchup drawn with view.draw wrapper rbSGL
graphical relationship script sequencer
This is my attempt to create a graphical relationship script sequencer modeled after Maya DAG node system and Rhino Grasshopper scripting in comparision would be slower than Maya C++ API…