Announcement

Collapse
No announcement yet.

Maxscript and vray?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Maxscript and vray?

    I am looking for the lines to create vray lights objects etc.. havent had much luck, does anyone here know them?
    PLAY
    www.kriscabrera.com
    kris@kriscabrera.com

  • #2
    The constructor for V-Ray lights is simply:
    Code:
    vrayLight()
    If you want a list of all the V-Ray classes type into the listener:
    Code:
    showClass "vray*"
    Dan Brew

    Comment

    Working...
    X