Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. (fl.comp:tracking-camera :target-actor
  2. (progn
  3. (format t "ref path = ~A~%"
  4. (fl:ref "/3d-graph-2/camera"))
  5. (format t "ref :self = ~A~%"
  6. (fl:ref :self))
  7. (format t "ref path component type = ~A~%"
  8. (fl:ref "/3d-graph-2/camera"
  9. :component 'fl.comp:tracking-camera))
  10. (format t "ref :self component type = ~A~%"
  11. (fl:ref :self
  12. :component 'fl.comp:tracking-camera))
  13. (format t "ref :self component :self = ~A~%"
  14. (fl:ref :self :component :self))
  15. (format t "ref path component :self = ~A~%"
  16. (fl:ref "/3d-graph-2/camera"
  17. :component :self))
  18. (fl:ref "/3d-graph-2/graph"))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement