Announcement

Collapse
No announcement yet.

DOF helper?

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

  • DOF helper?

    I need to be able to do camera moves while retaining focus on a specific object. The camera is not always looking at the object directly, so I can't use target distance with a target cam.

    I found the following expression from a search of this forum, but need help.

    -(dot $camera01.transform[3] ($helperName.position-$camera01.position))

    How do I wire this up? I use expressions and wiring, but not frequently enough to know what is going on here. I understand changing camera01 to my camera name and helpername to my object name. If I wire the camera distance of a free camera, then what do I wire it to? If I enter this expression into camera distance I get an error "-(dot" which does not help.

    Hope this makes sense,... thanks for any help.
    Last edited by Pongo; 25-09-2008, 01:20 PM.

  • #2
    I think it should be "do" not "dot"
    Eric Boer
    Dev

    Comment

    Working...
    X