HOW TO CREAT A VRAYSUN IN MAXSCRIPT

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

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
alexnguyen's picture

thank you

i can do it , thank for your help

sergo's picture

sunObj = vraysun pos:(point3

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.