Sort Score
Result 10 results
Languages All
Labels All
Results 8,031 - 8,040 of 17,283 for

scene

(0.11 sec)
  1. แปลง OBJ เป็น JT ผ่าน C# | products.aspose.com

    โค้ดตัวอย่างสำหรับการแปลง OBJ ถึง JT C# ใช้ API โค้ดตัวอย่างสำหรับแบตช์ OBJ ไฟล์เป็น JT การแปลงภายใน VB.NET, Asp.NET หรือแอปพลิเคชันตาม .NET ใดๆ...ผ่านตัวสร้างของ Scene class1. เรียกเมธอด Scene.Save ด้วยรูปแบบของ...Wavefront OBJ file Scene scene = new Scene( "sourceFile.obj" );...

    products.aspose.com/3d/th/net/conversion/obj-to...
  2. แปลง FBX เป็น JT ผ่าน Java | products.aspose.com

    ตัวอย่างโค้ดการแปลง Java สำหรับรูปแบบ FBX เป็นไฟล์ JT ใช้โค้ดตัวอย่างนี้เพื่อแปลง FBX เป็น JT ภายในแอปพลิเคชันบนเว็บหรือเดสก์ท็อป Java...ผ่านตัวสร้างของ Scene class1. เรียกเมธอด Scene.save ด้วยรูปแบบของ...Autodesk FBX file Scene scene = new Scene( "sourceFile.fbx" );...

    products.aspose.com/3d/th/java/conversion/fbx-t...
  3. แปลง RVM เป็น USDZ ผ่าน C# | products.aspose.com

    โค้ดตัวอย่างสำหรับการแปลง RVM ถึง USDZ C# ใช้ API โค้ดตัวอย่างสำหรับแบตช์ RVM ไฟล์เป็น USDZ การแปลงภายใน VB.NET, Asp.NET หรือแอปพลิเคชันตาม .NET ใดๆ...ผ่านตัวสร้างของ Scene class1. เรียกเมธอด Scene.Save ด้วยรูปแบบของ...โหลดซอร์ส RVM file Scene scene = new Scene( "sourceFile.rvm" );...

    products.aspose.com/3d/th/net/conversion/rvm-to...
  4. แปลง VRML เป็น USDZ ผ่าน C# | products.aspose.com

    โค้ดตัวอย่างสำหรับการแปลง VRML ถึง USDZ C# ใช้ API โค้ดตัวอย่างสำหรับแบตช์ VRML ไฟล์เป็น USDZ การแปลงภายใน VB.NET, Asp.NET หรือแอปพลิเคชันตาม .NET ใดๆ...ผ่านตัวสร้างของ Scene class1. เรียกเมธอด Scene.Save ด้วยรูปแบบของ...โหลดซอร์ส VRML file Scene scene = new Scene( "sourceFile.wrl" );...

    products.aspose.com/3d/th/net/conversion/vrml-t...
  5. แปลง FBX เป็น USDZ ผ่าน C# | products.aspose.com

    โค้ดตัวอย่างสำหรับการแปลง FBX ถึง USDZ C# ใช้ API โค้ดตัวอย่างสำหรับแบตช์ FBX ไฟล์เป็น USDZ การแปลงภายใน VB.NET, Asp.NET หรือแอปพลิเคชันตาม .NET ใดๆ...ผ่านตัวสร้างของ Scene class1. เรียกเมธอด Scene.Save ด้วยรูปแบบของ...Autodesk FBX file Scene scene = new Scene( "sourceFile.fbx" );...

    products.aspose.com/3d/th/net/conversion/fbx-to...
  6. Converteer GLB naar FBX via Java | products.asp...

    Voorbeeld Java conversiecode voor GLB formaat naar FBX bestand. Gebruik deze voorbeeldcode om GLB naar FBX te converteren binnen elke web- of desktoptoepassing op Java....constructor van Scene klasse1. Roep de Scene.save-methode aan...binaire bronbestand GLTF Scene scene = new Scene( "sourceFile.glb" );...

    products.aspose.com/3d/nl/java/conversion/glb-t...
  7. Converteer FBX naar GLB via Java | products.asp...

    Voorbeeld Java conversiecode voor FBX formaat naar GLB bestand. Gebruik deze voorbeeldcode om FBX naar GLB te converteren binnen elke web- of desktoptoepassing op Java....constructor van Scene klasse1. Roep de Scene.save-methode aan...Autodesk-bronbestand FBX Scene scene = new Scene( "sourceFile.fbx" );...

    products.aspose.com/3d/nl/java/conversion/fbx-t...
  8. 記録

    記録... Scene クラスオブジェクトを使用して入力USDZファイルをロードします。...入力USDZファイルをロードします Scene scene = new Scene(); scene.Open("sample.usdz");...

    blog.aspose.com/ja/3d/convert-usdz-to-pdf-csharp/
  9. 記録

    記録... Scene クラスオブジェクトを使用して入力USDZファイルをロードします。...入力USDZファイルをロードします Scene scene = new Scene(); scene.open("sample.usdz");...

    blog.aspose.com/ja/3d/convert-usdz-pdf-java/
  10. 記録

    記録... まず、 Scene クラスのインスタンスを作成して、ソースUSDZファイルをロードします。...入力USDZファイルをロードします Scene scene = new Scene(); scene.open("Test.usdz");...

    blog.aspose.com/ja/3d/usdz-to-stl-java/