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