Sort Score
Result 10 results
Languages All
Labels All
Results 4,371 - 4,380 of 16,177 for

scene

(0.06 sec)
  1. แปลง USD เป็น HTML ผ่าน C# | products.aspose.com

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

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

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

    products.aspose.com/3d/th/net/conversion/usdz-t...
  3. Archiwa

    Archiwa...źródłowy plik OBJ za pomocą metody Scene.fromfile(). Następnie zainicjuj...input OBJ file with Scene class scene = Scene.from_file("sample...

    blog.aspose.com/pl/3d/convert-obj-to-fbx-in-pyt...
  4. C# 3D Conversie van indelingen | products.aspos...

    Converteer 3D formaten 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x met een paar regels C# code via .NET bibliotheek.... Converteer 3D Scene naar verschillende formaten...formaten Ontwikkelaars kunnen 3D scene gemakkelijk converteren via hetzelfde...

    products.aspose.com/3d/nl/net/conversion/
  5. Crear y leer una escena 3D existente|Documentation

    Aspose.3D API admite la creación de las nuevas escenas 3D desde cero y luego guardadas en cualquier formato de archivo compatible. Los desarrolladores también pueden cargar una escena 3D existente para la modificación, la adición o el procesamiento....Cree una instancia de la clase Scene que represente un documento...3D. Genere un documento 3D Scene llamando al método Save del...

    docs.aspose.com/3d/es/python-net/create-and-rea...
  6. Kameradan görüntü biçiminde 3D görünümü|Documen...

    Aspose.3D for Python via .NET kullanarak, geliştiriciler gelişmiş arka plan, dokular, gölgeler ile veya olmadan 3D modelinin gerçekçi bir görüntüsünü görüntülemek için bir görüntü oluşturabilir ve ayrıca görüntü boyutunu ayarlayabilir....Render method exposed by the Scene class can be used to take a...position the camera in the scene. In this code example, we create...

    docs.aspose.com/3d/tr/python-net/render-3d-view...
  7. Ограничения и API отличий|Documentation

    Ограничения Aspose.3D for Node.js via Java и различия api...3D for Java Scene scene = new Scene (); Aspose.3D for Node...via Java var scene = new aspose . threed . Scene (); Инициализировать...

    docs.aspose.com/3d/ru/nodejs-java/limitations-a...
  8. Работа с форматом VRML|Documentation

    Aspose.3D for Node.js via Java позволяет работать с VRML версии 1,0. Формат файла VRML добавлен в класс FileFormat. Aspose.3D может автоматически определять формат VRML, поэтому формат FileFormat обычно игнорируется в методе Open....initialize a scene var scene = new aspose . threed . Scene (); // open...Language (VRML) file format scene . open ( "test.wrl" ); 3D Объектов...

    docs.aspose.com/3d/ru/nodejs-java/working-with-...
  9. Arbetar med VRML Format|Documentation

    Aspose.3D for Node.js via Java tillåter att arbeta med VRML version 1.0. VRML filformat har lagts till i klassen FileFormat. Aspose.3D kan automatiskt detektera VRML-formatet, så filformatet ignoreras vanligtvis i Öppna metoden....initialize a scene var scene = new aspose . threed . Scene (); // open...Language (VRML) file format scene . open ( "test.wrl" ); 3D Objekt...

    docs.aspose.com/3d/sv/nodejs-java/working-with-...
  10. 档案

    档案...以下步骤说明如何将 MA 文件转换为 USDZ 格式: 创建 Scene 类的对象。 使用 Open 方法加载带有 MA 文件扩展名的输入...USDZ 格式: // 初始化 Scene 类的对象 Scene scene = new Scene(); // 加载输入 MA...

    blog.aspose.com/zh/3d/convert-ma-to-usdz-in-java/