Community
Arnold General Rendering Forum
abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

how to use arnold matrix interpolate?

3 ANTWORTEN 3
Antworten
Nachricht 1 von 4
nobody_b
352 Aufrufe, 3 Antworten

how to use arnold matrix interpolate?

 

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?

3 ANTWORTEN 3
Nachricht 2 von 4
Stephen.Blair
als Antwort auf: nobody_b

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"
}


// Stephen Blair
// Arnold Renderer Support
Nachricht 3 von 4
nobody_b
als Antwort auf: Stephen.Blair

maya hypershademaya hypershade
i guess i can't do this within Maya's UI?

Nachricht 4 von 4
Stephen.Blair
als Antwort auf: nobody_b

This is the Arnold forum, so I figured you were building the scene programmatically.



// Stephen Blair
// Arnold Renderer Support

Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.

In Foren veröffentlichen  

Autodesk Design & Make Report