Na that´s what I did. I did exactly what was tolld here but no reflection or any other change is visible on the mesh.
Also is there a way to get rid of that bounding box, surounding the light?
I just need a very simple light object which has position and color. I am not using any mental ray rendering, at least not explecite.
Thanks for explanation. So looks like this type is useles for my purpose, as I just wanted to convert poin3 values to color ones. <poin3> as col…
Posibly it´s point4, but don´t think it´s the reason for the error mesage, it looks more like frgba type is not known.
Strange, I can´t create instances of frgba, tried frgba() but geting error mesage, also when triing <point3> as frgba geting an other error mesa…
OK thanks, was thinking it could be something like that, but was not shure. Can this type be converted to color? I mean not manually converted.
OK, thaks a lot, it worcks. Is there a way to make the box not visible? I tried by including delegate.boxsize=[0, 0, 0] in on create, but it only worc…
Klvnk: yes Strange, must check where the error in my code is. Also what about that category:“Standard”? Can I a…
So when you doing this: d=mDummy() [i]getUserProp d “x”[/i] it returns 1?