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

scene

(0.22 sec)
  1. แปลง USDZ เป็น 3MF ผ่าน C# | products.aspose.com

    แปลงไฟล์ USDZ และ 3D อื่นๆ โดยใช้ .NET API...ในวัตถุของ Scene var scene = new Aspose.ThreeD.Scene( "template...); // บันทึก USDZ เป็น 3MF scene.Save( "output.3mf" , Aspose...

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

    แปลงไฟล์ USDZ และ 3D อื่นๆ โดยใช้ .NET API...ในวัตถุของ Scene var scene = new Aspose.ThreeD.Scene( "template...); // บันทึก USDZ เป็น DAE scene.Save( "output.dae" , Aspose...

    products.aspose.com/3d/th/net/conversion/usdz-t...
  3. USDZ konvertálása GLTF-re a következőn keresztü...

    USDZ és egyéb 3D fájlok konvertálása a .NET API használatával...objektumába var scene = new Aspose.ThreeD.Scene( "template.usdz"...); // USDZ mentése GLTF-ként scene.Save( "output.gltf" , Aspose...

    products.aspose.com/3d/hu/net/conversion/usdz-t...
  4. ค้นหา

    ค้นหา...โหลดไฟล์ OBJ ต้นทางด้วยเมธอด Scene.fromfile() ถัดไป เริ่มต้นวัตถุของคลาส...input OBJ file with Scene class scene = Scene.from_file("sample...

    blog.aspose.com/th/3d/convert-obj-to-fbx-in-pyt...
  5. Chercher

    chercher...d’entrée à l’aide de la classe Scene . Initialiser un objet de la...fichier GLB d'entrée Scene scene = new Scene("Input.glb"); // Initialiser...

    blog.aspose.com/fr/3d/glb-to-fbx-csharp/
  6. Archivo

    Archivo...de entrada usando la clase Scene . Especifique el formato de...archivo FBX de entrada Scene scene = new Scene("Input.fbx"); // Especifique...

    blog.aspose.com/es/3d/convert-fbx-to-glb-csharp/
  7. Cara Mengonversi DAE ke OBJ di C#

    Artikel ini menjelaskan cara mengonversi DAE ke OBJ di C#. Ini memiliki pengaturan IDE, daftar langkah, dan kode contoh yang dapat dijalankan untuk mengonversi file DAE ke OBJ di C#....DAE menggunakan objek kelas Scene Buat objek kelas ObjSaveOptions...metode penyimpanan di kelas Scene untuk membuat file OBJ menggunakan...

    kb.aspose.com/id/3d/net/how-to-convert-dae-to-o...
  8. Extrahujte aktiva z USDZ formátů souborů prostř...

    C# zdrojový kód pro načtení, vykreslení a přidání extrahovaných prostředků z USDZ dokumentů na .NET Framework, .NET Core, Mono....USDZ pomocí konstruktoru třídy Scene- Vytvořte objekt formátu souboru..."template.usdz" ; Scene scene = new Scene(file); //Výstup je...

    products.aspose.com/3d/cs/net/extractor/usdz/
  9. Wyodrębnij zasoby z USDZ formatów plików przez ...

    C# kod źródłowy do ładowania, renderowania i dodawania wyodrębnianych zasobów z USDZ dokumentów w .NET Framework, .NET Core, Mono....za pomocą konstruktora klasy Scene- Utwórz obiekt formatu pliku..."template.usdz" ; Scene scene = new Scene(file); //Dane wyjściowe...

    products.aspose.com/3d/pl/net/extractor/usdz/
  10. Archivo

    Archivo...Cree una instancia de la clase Scene para cargar el archivo OBJ de...usando la clase Scene Scene scene = new Scene("template.obj");...

    blog.aspose.com/es/3d/convert-obj-usdz-java/