Take point position P.y,P.z,P.z to channel TX,TY,TZ?

   2956   3   0
User Avatar
Member
5 posts
Joined: 11月 2015
オフライン
Hello guys,
I need help for this one. Since VR camera is not working if node is placed in alembic folder (not getting parallax, unless it is on obj level), so I made a point for alembic camera and I want to transfer position of that point to VR_CONSTRAINT node. Is there any solution? Thanks

Attachments:
question.JPG (155.7 KB)

User Avatar
スタッフ
6741 posts
Joined: 7月 2005
オフライン
The point expression can be used to read attributes, such as P:

point("/obj/alembic1/blast1", 0, "P", 0)
point("/obj/alembic1/blast1", 0, "P", 1)
point("/obj/alembic1/blast1", 0, "P", 2)
User Avatar
Member
5 posts
Joined: 11月 2015
オフライン
point(“../alembic1/blast1”,0,“P”,0)
point(“../alembic1/blast1”,0,“P”,1)
point(“../alembic1/blast1”,0,“P”,2)
User Avatar
Member
8173 posts
Joined: 9月 2011
オフライン
Is there a simple one-click ‘constraint network’ way to do this?
  • Quick Links