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