ScriptSpot

Forum topic · Scripts Wanted

HOW TO CREAT A VRAYSUN IN MAXSCRIPT

By alexnguyen · 2011-12-11

Description

I tried a lot but the sun's target does'nt show , plese help me

Comments (2)

thank you

alexnguyen · 2011-12-13

i can do it , thank for your help

sergo · 2011-12-11

sunObj = vraysun pos:(point3 0 0 0) --create sun object
targetObj = dummy pos:(point3 100 100 100) --then target
targetObj.lookat = sunObj --this makes the target for the sunn out of dummy object