Point Array

Attachments

  • ch_20061014_sb_pa_a.jpg
    ch_20061014_sb_pa_a.jpg
    34.5 KB · Views: 1,178
question about point array script

hi
like idea behind your point array script
can't seem to get it to work
here is error that comes up

line: 22
Object.setParameter() couldn't find parameter called name

am running cheetah 3.5 vb2 and put the script in the "macro" folder

any suggestion what i am doing wrong?

thks!

adam
 
Hello,

thanks for trying.

sorry, lack of explaination.
this script is Polygonobj script, so please place it into scripts/Polygonobj Folder.

ch_20061111_pointArray_desc.png


Hiroto, tg_jp
 
I can't get it to work aswell...

Dear tg_jp

I tried loads of different settings and the best I can get is this...

using the latest C3D version

Am I missing a simple trick here !?

regards

Luke
 

Attachments

  • Picture-1.jpg
    Picture-1.jpg
    88.5 KB · Views: 1,068
same result

funny, i used exactly the same geometry as luke to test and got exactly the same result. plus, as i navigated around the window the distribution of the boxes seemed to change....any hints about what might be done to fix this?

thks
adam
 
Hello, All.

thanks for trying. so, this script ignore position / rotation / scale of both Objects (profile and copied). I post fixed new one, please download new one again.

download -> http://www.tres-graficos.jp/blog/files/article.php?id=13

> hi, aelstein.

I think you checked 'variation' or lower than 1.0 for 'copy' parameter. both use Random value for calculation at each refreshing time.

so if you want to fixed, make editable to Point Array object.
actually, I add this for fake blink animation like illumination.;)

copy:0.5 -> 50% copy, 1.0 -> 100% (random profile point)
posx,y,z:0.1 -> move copied object 0.05 - -0.05 (randomly)
scalex,y,z:0.1 -> scale copied object 90% - 100% (randomly)

> hi, Eureka!

for fake light object ( emitting object ), you can use Solid Color or Material (bright Emittance color) with radiosity rendering.

regards.

tg_jp, Hiroto.
 
Last edited:
Hi Hiroto!

When I try to use the script i get these errors :

Billede1.png


This happen when I try to change a parameter.

Cheers

Morten
 
Fantastic again!

EDIT: Hiroto have you ever played with the Unity game engine? I think you would love its scripting capabilities.

AaronC
 

Attachments

  • Picture 17.png
    Picture 17.png
    202.2 KB · Views: 522
Back
Top