Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 21,455 for

obj

(0.06 sec)
  1. Extract Assets from 3MF File Formats via .NET |...

    C# source code to load, render and add extract assets from 3MF documents on .NET Framework, .NET Core, Mono....CanVisit(A3DObject obj) { if (visited.Contains(obj)) return false...false ; visited.Add(obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/net/extractor/3mf/
  2. Extract Assets from DXF File Formats via .NET |...

    C# source code to load, render and add extract assets from DXF documents on .NET Framework, .NET Core, Mono....CanVisit(A3DObject obj) { if (visited.Contains(obj)) return false...false ; visited.Add(obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/net/extractor/dxf/
  3. Extract Assets from FBX File Formats via .NET |...

    C# source code to load, render and add extract assets from FBX documents on .NET Framework, .NET Core, Mono....CanVisit(A3DObject obj) { if (visited.Contains(obj)) return false...false ; visited.Add(obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/net/extractor/fbx/
  4. Aspose.3D for .NET

    Create, Edit, and Convert 3D file formats like STL, Obj, 3DS, and U3D in C# and .NET applications without 3D modeling software....STL in C# Convert OBJ to GLB in C# Convert OBJ to USDZ in C# Convert...Convert DAE to OBJ in C# How to Convert GLB File to OBJ in C# How...

    kb.aspose.com/3d/net/
  5. Extract Assets from 3MF File Formats via Java |...

    Sample Java extract assets code for 3MF file. Use this example code to extract assets from 3MF file within any Web or Desktop Java based application....CanVisit(A3DObject obj) { if (visited.contains(obj)) return false...false ; visited. add (obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/java/extractor/3mf/
  6. Extract Assets from DXF File Formats via Java |...

    Sample Java extract assets code for DXF file. Use this example code to extract assets from DXF file within any Web or Desktop Java based application....CanVisit(A3DObject obj) { if (visited.contains(obj)) return false...false ; visited. add (obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/java/extractor/dxf/
  7. Extract Assets from AMF File Formats via Java |...

    Sample Java extract assets code for AMF file. Use this example code to extract assets from AMF file within any Web or Desktop Java based application....CanVisit(A3DObject obj) { if (visited.contains(obj)) return false...false ; visited. add (obj); return true ; } public void Extract(Scene...

    products.aspose.com/3d/java/extractor/amf/
  8. 如何在 Java 中将 GLB 文件转换为 OBJ

    这篇简短的文章介绍了如何在 Java 中将 GLB 转换为 Obj。它包含用 Java 创建 GLB 到 Obj 转换器的分步过程、系统配置和可运行代码片段。...中将 GLB 文件转换为 OBJ 这篇简短的文章介绍了 如何在 Java 中将 GLB 转换为 OBJ 。它包含逐步过程、系统配置和可运行的代码片段,用于在...GLB 到 OBJ 转换器 。此外,它还讨论了即兴转换的不同方法。 在 Java 中将 GLB 转换为 OBJ 的步骤 从...

    kb.aspose.com/zh/3d/java/how-to-convert-glb-fil...
  9. BUG: Incorrect texture mapping on GLB export - ...

    When exporting to GLB files, textures are incorrectly mapped from .NET version 24.11 and onwards. I’ve tested this on a number of versions, and the issue still persists within the latest version; 25.11.0. To keep it si…...doing is loading a scene from an OBJ file, then saving this as a GLB:...ExportTextures = false }); The raw obj file looks like this: image.jpg...

    forum.aspose.com/t/bug-incorrect-texture-mappin...
  10. 自定义obj格式的轴系|Documentation

    Obj 没有默认坐标系,我们可以为其手动定义轴系。...自定义obj格式的轴系 Contents [ Hide ] Wavefront OBJ 文件不遵循标准坐标系; 相反,解释通常由导入器处理。但是,...相反,解释通常由导入器处理。但是, Aspose.3D for .NET 提供了为 OBJ 文件手动指定轴系的灵活性。这包括定义上轴和前轴以及在左手...

    docs.aspose.com/3d/zh/net/customize-axis-system...