Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 17,178 for

scene

(0.13 sec)
  1. Փոխարկել USDZ-ը STL-ի Java-ում

    Այս ուղեցույցը ցույց է տալիս, թե ինչպես փոխարկել USDZ-ը STL-ի Java-ում։ Այն պարունակում է հաջորդական քայլեր, կարգավորման պահանջներ և օրինակային կոդ՝ USDZ-ից STL փոխարկիչ ստեղծելու համար Java-ում։...Ներմուծեք USDZ ֆայլը՝ ստեղծելով Scene դասի օրինակ Բացեք բեռնված տեսարանը...։ Այն բեռնում է USDZ ֆայլը Scene դասի միջոցով, որը ինքնաշխատ...

    kb.aspose.com/hy/3d/java/convert-usdz-to-stl-in...
  2. Փոխակերպել OBJ-ը GLB-ի մեջ C#-ում

    Այս կարճ ձեռնարկը տրամադրում է ուղեցույց՝ C#-ում OBJ-ը GLB-ի մեջ փոխակերպելու համար։ Այն ընդգծում է հիմնական քայլերը, պահանջները և կոդի օրինակ՝ ստեղծելու համար OBJ-ից GLB փոխակերպիչ C#-ում։...Բեռնեք OBJ մուտքային ֆայլը Scene դասով Բացեք ներմուծված տեսարանը...ֆայլը սկզբում կարդացվում է Scene դասով, որը ինքնաշխատ հայտնաբերում...

    kb.aspose.com/hy/3d/net/convert-obj-to-glb-in-c...
  3. 通過 C# 將 USD 轉換為 STL | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  4. 通過 C# 將 USDZ 轉換為 JT | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  5. 通過 C# 將 USD 轉換為 3MF | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  6. 通過 C# 將 USDZ 轉換為 RVM | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  7. Generate Point Cloud to DRC File Formats via py...

    Sample Python 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/python-net/point-cloud/drc/
  8. Compress RVM File Formats via Node.js | product...

    Sample Node.js compression code for RVM file. Use this example code to compress RVM file within any Web based application....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/nodejs-java/compression/...
  9. Compress JT File Formats via Node.js | products...

    Sample Node.js compression code for JT file. Use this example code to compress JT file within any Web based application....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/nodejs-java/compression/jt/
  10. Merge DRC File Formats via python-net | product...

    Sample Python merger code for DRC file. Use this example code to merge DRC 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/drc/