Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 17,282 for

scene

(0.15 sec)
  1. 通過 C# 將 USD 轉換為 OBJ | products.aspose.com

    使用 .NET API 轉換 USD 和其他 3D 文件...// 在 Scene 對像中加載 USD var scene = new Aspose.ThreeD.Scene( "template..."template.usd" ); // 將 USD 保存為 OBJ scene.Save( "output.obj" , Aspose...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  2. How to Convert DAE to OBJ in C#

    This article explains how to convert DAE to OBJ in C#. It has the IDE settings, a list of steps, and a runnable sample code to convert DAE file to OBJ in C#....the input DAE file using the Scene class object Create an ObjSaveOptions...Call the save method in the Scene class to create an OBJ file...

    kb.aspose.com/3d/net/how-to-convert-dae-to-obj-...
  3. Add Blind Watermark Verification to DRC File Fo...

    Sample Python verify blind watermark code for DRC file. Use this example code to verify blind watermark to DRC file within any Web based application....file via the constructor of Scene class Get the mesh class of...DecodeWatermark method Call the Scene.Save method with object System...

    products.aspose.com/3d/python-net/verify-waterm...
  4. Convert RVM to 3DS via Java | products.aspose.com

    Sample Java conversion code for RVM format to 3DS file. Use this example code to convert RVM to 3DS within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...for advanced conversion Call Scene.save method Pass the output...

    products.aspose.com/3d/java/conversion/rvm-to-3ds/
  5. Generate Point Cloud to DRC File Formats via No...

    Sample Node.js generate point cloud code for DRC file. Use this example code to generate point cloud to DRC file within any Web based application....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/nodejs-java/point-cloud/...
  6. Extract Assets from ASE File Formats via python...

    Sample Python extract assets code for ASE file. Use this example code to extract assets from ASE file within any Web based application....file via the constructor of Scene class Create zip file format...(Universal Scene Description) USDZ (Universal Scene Description...

    products.aspose.com/3d/python-net/extractor/ase/
  7. Merge X File Formats via python-net | products....

    Sample Python merger code for X file. Use this example code to merge X file within any Web based application....through the constructor of the Scene class Process usdz files and...(Universal Scene Description) USDZ (Universal Scene Description...

    products.aspose.com/3d/python-net/merger/x/
  8. Merge RVM File Formats via python-net | product...

    Sample Python merger code for RVM file. Use this example code to merge RVM file within any Web based application....through the constructor of the Scene class Process usdz files and...(Universal Scene Description) USDZ (Universal Scene Description...

    products.aspose.com/3d/python-net/merger/rvm/
  9. 使用点云|Documentation

    Aspose.3D for .NET 允许直接从 Draco 文件解码网格,而无需使用DracoFormat类的Decode方法构建场景。...NET var scene = new Scene ( new Sphere ()); scene . Save ( ...

    docs.aspose.com/3d/zh/net/working-with-pointcloud/
  10. Convert USDZ to GLB in Python

    This basic guide provides insights to convert USDZ to GLB in Python. It covers the ordered steps, setup essentials, and a useful code segment to implement a USDZ to GLB converter in Python....Load the USDZ input using the Scene class Use the save method to...the input USDZ file using the Scene class, which detects the format...

    kb.aspose.com/3d/python/convert-usdz-to-glb-in-...