Advertisement
cwkitkat

Untitled

Feb 19th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1.  
  2. --credit: http://forums.cgsociety.org/archive/index.php?t-307476.html
  3. cam1 = freeCamera()
  4. cam1.type = #target
  5. cam1.name = "fountain_recorder"
  6. cam1.pos = [40,40,40]
  7. cam1.Target.pos = [0,0,12]
  8. cam1.controller.roll_angle = 0
  9. cam1.fov = 22
  10.  
  11. spline1 = circle radius: 120 pos: [0,0,20]
  12. --credit: http://www.scriptspot.com/forums/3ds-max/general-scripting/newbie-simple-path-constraint-script-having-problems-with
  13. cam1.pos.controller = Path_Constraint follow: on axis: 0 path:spline1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement