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