Hello,
Explain to me please, I'm completely confused: ((
1)I create objet grid.
2)I create attribvop
3)In attribvop I do this: geometryvopglobal: P ---> constant:vector(0, 0,1, 0) ---> add ----> geometryvopoutput: P
I expect to see a 0.1 change in the position of the object on the Y-axis, but the object just disappears. ((
attribvop: basic questions
1984 4 0- Renji_kan
- Member
- 23 posts
- Joined: 6月 2021
- Offline
- gt3d2019
- Member
- 40 posts
- Joined: 11月 2019
- Offline
- Aizatulin
- Member
- 495 posts
- Joined: 7月 2005
- Offline
- Renji_kan
- Member
- 23 posts
- Joined: 6月 2021
- Offline
Aizatulin
You can also change const type to vector ("add" is not casting float to vector automatically).
But, in the first message I wrote that I chose the vector type for the const variable:
In attribvop I do this: geometryvopglobal: P ---> constant:vector(0, 0,1, 0) ---> add ----> geometryvopoutput: P
- Renji_kan
- Member
- 23 posts
- Joined: 6月 2021
- Offline
-
- Quick Links