Color and Movement Tests
The code found in "helper
apps01" was modified to generate points on a sphere.
By adding attributes to the Maya proxy object we are able to access
variables in the attached helper application. By animating
these variables we are able to cause the sphere of points to change
in size and color.
The variables radius, number, red, green, blue and yrad were
all added to the cube proxy object in order to access variables
in the c helper application.
• radius = the radius of the sphere of points
• number = the number of points generated
• red = the "r" or red in rgb color of the point
• green = the "g" or green in rgb color of the
point
• blue = the "b" or blue in rgb color of the point
• yrad = the y coordinate value of the point.