Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 17,284 for

scene

(0.05 sec)
  1. Arşiv

    Arşiv...izlemeniz gerekir: Her şeyden önce, Scene.fromfile() yöntemini kullanarak...import Scene # Load input OBJ file with Scene class scene = Scene...

    blog.aspose.com/tr/3d/convert-stl-to-obj-in-pyt...
  2. Procurar

    Procurar...DXF de entrada com a classe Scene . Inicialize o objeto de classe...entrada com a classe Scene. Aspose.ThreeD.Scene scene = new Aspose.ThreeD...

    blog.aspose.com/pt/3d/convert-dxf-to-fbx-or-glt...
  3. ค้นหา

    ค้นหา...โหลดไฟล์ DXF อินพุตด้วยคลาส Scene เริ่มต้นวัตถุคลาส FBXSaveOptions...อินพุตด้วยคลาส Scene Aspose.ThreeD.Scene scene = new Aspose.ThreeD...

    blog.aspose.com/th/3d/convert-dxf-to-fbx-or-glt...
  4. Render مشهد في cubemap مع ستة وجوه|Documentation

    باستخدام Aspose.3D for .NET API ، يمكن للمطورين عرض مشهد في ملف cubemap بستة وجوه وحفظ جميع الوجوه في تنسيقات الصور المدعومة....glb" ; //load the scene Scene scene = new Scene ( path ); //create...RotationMode . FixedDirection }; scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/ar/net/render-a-scene-into-t...
  5. Rendern Sie eine Szene in die Cubemap mit sechs...

    Mit Aspose.3D for .NET API können Entwickler eine Szene mit sechs Gesichtern in die Cubemap rendern und alle Gesichter in den unterstützten Bildformaten speichern....glb" ; //load the scene Scene scene = new Scene ( path ); //create...RotationMode . FixedDirection }; scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/de/net/render-a-scene-into-t...
  6. Рендеринг панорамного вида сцены 3D|Documentation

    Используя Aspose.3D for Python via .NET API, разработчики могут визуализировать панораму сцены 3D и сохранить этот вид в поддерживаемых форматах изображений....threed as a3d #load the scene scene = Scene . from_file ( "vc.glb"...RotationMode . FIXED_DIRECTION scene . root_node . create_child_node...

    docs.aspose.com/3d/ru/python-net/render-a-panor...
  7. C# के माध्यम से USDZ को ASE में बदलें | product...

    .NET API का उपयोग करके USDZ और अन्य 3D फ़ाइलों को रूपांतरित करें...USDZ लोड करें var scene = new Aspose.ThreeD.Scene( "template.usdz"...USDZ को ASE के रूप में सहेजें scene.Save( "output.ase" , Aspose...

    products.aspose.com/3d/hi/net/conversion/usdz-t...
  8. Erstellen Sie eine Panorama ansicht der 3D-Szen...

    Mit Aspose.3D for Python via .NET API können Entwickler eine Panorama ansicht der 3D-Szene rendern und diese Ansicht in den unterstützten Bildformaten speichern....threed as a3d #load the scene scene = Scene . from_file ( "vc.glb"...RotationMode . FIXED_DIRECTION scene . root_node . create_child_node...

    docs.aspose.com/3d/de/python-net/render-a-panor...
  9. Rinde una escena en el cubemap con seis caras|D...

    Usando Aspose.3D for .NET API, los desarrolladores pueden renderizar una escena en el mapa de cubos con seis caras y guardar todas las caras en los formatos de imagen compatibles....glb" ; //load the scene Scene scene = new Scene ( path ); //create...RotationMode . FixedDirection }; scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/es/net/render-a-scene-into-t...
  10. وفِّر 3D مشهد بـ HTML في C#|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....HTML after loading them into Scene object using C# and covers wide...a save 3D scene as HTML. When you export the scene into HTML5...

    docs.aspose.com/3d/ar/net/save-3d-scene-as-html/