Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 20,663 for

obj

(0.05 sec)
  1. IFC Group Support|Documentation

    This documentation page demonstrates how to read semantic hierarchy from an IFC file using Aspose.3D for .NET.... Where ( obj => obj is Group )) { Console . WriteLine...scene2 . Library . Where ( obj => obj is Group )) { PrintGroup...

    docs.aspose.com/3d/net/developer-guide/meta-dat...
  2. Extract Assets from X File Formats via Java | p...

    Sample Java extract assets code for X file. Use this example code to extract assets from X 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/x/
  3. Extract Assets from RVM File Formats via .NET |...

    C# source code to load, render and add extract assets from RVM 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/rvm/
  4. Extract Assets from DRC File Formats via .NET |...

    C# source code to load, render and add extract assets from DRC 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/drc/
  5. 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...
  6. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Java How to Convert FBX File to OBJ in Python How to Convert GLB...using Python How to Convert OBJ to FBX using Python How to Convert...

    kb.aspose.com/categories/page/34/
  7. Extract Assets from RVM File Formats via Java |...

    Sample Java extract assets code for RVM file. Use this example code to extract assets from RVM 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/rvm/
  8. Extract Assets from GLTF File Formats via Java ...

    Sample Java extract assets code for GLTF file. Use this example code to extract assets from GLTF 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/gltf/
  9. Extract Assets from PLY File Formats via Java |...

    Sample Java extract assets code for PLY file. Use this example code to extract assets from PLY 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/ply/
  10. Extract Assets from GLB File Formats via .NET |...

    C# source code to load, render and add extract assets from GLB 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/glb/