Community
Matrix Interpolate says interpolates between different matrices
but in Maya, it only has one matrix input (placementMatrix)?
how do i connect more than one matrix to it?
The matrix_interpolate shader takes an array of matrices.
For example:
noise
{
name aiNoise1
scale 0.200000003 0.200000003 0.200000003
coord_space "world"
P aiMatrixMultiplyVector1
}
matrix_multiply_vector
{
name aiMatrixMultiplyVector1
input aiStateVector1
matrix matrix_interp
}
matrix_interpolate
{
name matrix_interp
matrix 1 2 MATRIX
1 0 0 0
0 1 0 0
0 0 1 0
-7 0 0 1
1 0 0 0
0 1 0 0
0 0 1 0
7 0 0 1
}
state_vector
{
name aiStateVector1
variable "P"
}
This is the Arnold forum, so I figured you were building the scene programmatically.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.