Beispiel #1
0
 public static extern SU_RESULT SUFaceGetUVHelperWithTextureHandle(SUFaceRef face, bool front, bool back, SUTextureWriterRef texture_writer, long textureHandle, ref SUUVHelperRef uv_helper);
Beispiel #2
0
 public static extern SU_RESULT SUUVHelperGetBackUVQ(SUUVHelperRef uvhelper, ref SUPoint3D point, ref SUUVQ uvq);
Beispiel #3
0
 public static extern SU_RESULT SUMeshHelperCreateWithTextureWriter(ref SUMeshHelperRef mesh_ref, SUFaceRef face_ref, SUUVHelperRef uv_celper_ref);
Beispiel #4
0
 public static extern SU_RESULT SUUVHelperRelease(ref SUUVHelperRef uvhelper);