Beispiel #1
0
 public static extern unsafe granny_mesh_deformer *GrannyNewMeshDeformer(granny_data_type_definition *InputVertexLayout,
                                                                         granny_data_type_definition *OutputVertexLayout,
                                                                         granny_deformation_type DeformationType,
                                                                         granny_deformer_tail_flags TailFlag);
Beispiel #2
0
 public static extern TPtr <granny_mesh_deformer> GrannyNewMeshDeformer(
     TPtr <granny_data_type_definition> InputVertexLayout,
     TPtr <granny_data_type_definition> OutputVertexLayout,
     granny_deformation_type DeformationType,
     granny_deformer_tail_flags TailFlag);