Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 17,284 for

scene

(0.4 sec)
  1. 아카이브

    아카이브... 먼저 Scene 클래스의 인스턴스를 생성하여 소스 USDZ 파일을...입력 USDZ 파일 로드 Scene scene = new Scene(); scene.open("Test.usdz");...

    blog.aspose.com/ko/3d/usdz-to-stl-java/
  2. 搜索

    搜索...USDZ 文件轉換為 STL 格式文件: 首先,創建一個 Scene 類的實例來加載源 USDZ 文件。 初始化 StlSaveOptions...// 加載輸入 USDZ 文件 Scene scene = new Scene(); scene.open("Test.usdz");...

    blog.aspose.com/zh-hant/3d/usdz-to-stl-java/
  3. Archiv

    Archiv...GLB-Eingabedatei mit der Klasse Scene . Initialisiert ein Objekt der...Eingabe-GLB-Datei Scene scene = new Scene("Input.glb"); // Initialisiert...

    blog.aspose.com/de/3d/glb-to-fbx-csharp/
  4. Procurar

    Procurar...de entrada usando a classe Scene . Inicialize um objeto da classe...arquivo GLB de entrada Scene scene = new Scene("Input.glb"); // Inicializar...

    blog.aspose.com/pt/3d/glb-to-fbx-csharp/
  5. أرشيف

    أرشيف...أدناه: قم بإنشاء مثيل لفئة Scene لتحميل ملف OBJ للإدخال. إنشاء...باستخدام فئة المشهد Scene scene = new Scene("template.obj"); //...

    blog.aspose.com/ar/3d/convert-obj-usdz-java/
  6. أرشيف

    أرشيف...ملف OBJ المصدر باستخدام طريقة Scene.fromfile(). بعد ذلك ، قم بتهيئة...input OBJ file with Scene class scene = Scene.from_file("sample...

    blog.aspose.com/ar/3d/convert-obj-to-fbx-in-pyt...
  7. ארכיון

    ארכיון...טען את קובץ המקור OBJ בשיטת Scene.fromfile() . לאחר מכן, אתחול...input OBJ file with Scene class scene = Scene.from_file("sample...

    blog.aspose.com/he/3d/convert-obj-to-fbx-in-pyt...
  8. تحويل USDZ إلى X عبر C# | products.aspose.com

    تحويل USDZ وملفات 3D أخرى باستخدام .NET API...NET Core و Mono تصدير USDZ Scene as X with C# تحميل ملف USDZ...من المشهد var scene = new Aspose.ThreeD.Scene( "template.usdz"...

    products.aspose.com/3d/ar/net/conversion/usdz-t...
  9. C#를 통해 USD을 DRC로 변환 | products.aspose.com

    .NET API을(를) 사용하여 USD 및 기타 3D 파일 변환...객체에 USD 로드 var scene = new Aspose.ThreeD.Scene( "template.usd"...usd" ); // USD을 DRC로 저장 scene.Save( "output.drc" , Aspose.ThreeD...

    products.aspose.com/3d/ko/net/conversion/usd-to...
  10. C#를 통해 USD을 X로 변환 | products.aspose.com

    .NET API을(를) 사용하여 USD 및 기타 3D 파일 변환...객체에 USD 로드 var scene = new Aspose.ThreeD.Scene( "template.usd"...usd" ); // USD을 X로 저장 scene.Save( "output.x" , Aspose.ThreeD.FileFormat...

    products.aspose.com/3d/ko/net/conversion/usd-to-x/