14 December 2010

Peter de Joung attractor 02//////////////////////////////////


Peter de Joung attractor scripted in Processing and imported in Gh via UDP receiver.
A cloud of 3D points is created via an Autobake VB custom script.

Download gh_udpreceiver_petrdejoung_Co-de-iT_GH08033.rar
----------------------------------------------------------------------------------------------------

Author: davide del giudice
blog: http://madeincalifornia.blogspot.com/

web: http://www.co-de-it.com/
----------------------------------------------------------------------------------------------------
UDP receiver component created by:
Luis Fraguada LAN
www.livearchitecture.net

----------------------------------------------------------------------------------------------------
Autobake VB script
modified and simplify from an origianl code of http://www.thediscontinuum.net/

----------------------------------------------------------------------------------------------------
© Co-de-iT 2010
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
Grasshopper 3dPoint Autobake Code: ----------------------------------------------------------------------------------------------------
Private Sub RunScript(ByVal x As List(Of On3dPoint), ByRef A As Object)
Dim point As Object
For j As Integer = 0 To x.count - 1
point = x(j) doc.AddPointObject(point)
Next
A = Nothing End Sub

0 commenti: