Sort Score
Result 10 results
Languages All
Labels All
Results 4,721 - 4,730 of 17,198 for

scene

(0.17 sec)
  1. تقديم عرض 3D بتنسيق صورة من الكاميرا|Documentation

    باستخدام Aspose.3D for .NET ، يمكن للمطورين عرض صورة لعرض صورة واقعية لطراز 3D ، مع أو بدون الخلفية المحسنة ، والقوام ، والظلال ، وكذلك ضبط حجم الصورة....طريقة Render التي تعرضها فئة Scene لالتقاط صورة من الكاميرا النشطة...NET // Load scene from file Scene scene = Scene . FromFile (...

    docs.aspose.com/3d/ar/net/render-3d-view-in-ima...
  2. Añadir información de activos al documento 3D|D...

    Los metadatos son información estructurada que describe, explica, localiza o facilita la recuperación, el uso o la gestión de un recurso de información. Aspose.3D para Node.js a través de la API Java tiene soporte para definir metadatos para la escena....una escena 3D usando la clase Scene . Establecer nombre de aplicación/herramienta...escena 3D var scene = new aspose . threed . Scene (); // Inicializar...

    docs.aspose.com/3d/es/nodejs-java/add-asset-inf...
  3. Kamu API Aspose içinde değişir. 3D 17.2.0|Docum...

    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....in the behavior behind the scenes in Aspose.3D. Mpmporting DirectX...XText ; // load X file Scene Xfile = new Scene ( "3D.x" ); Aspose...

    docs.aspose.com/3d/tr/net/public-api-changes-in...
  4. ค้นหา

    ค้นหา...OBJ ต้นทางโดยใช้อินสแตนซ์คลาส Scene เริ่มต้นวัตถุคลาส UsdSaveOptions...file using the Scene class Scene scene = new Scene("template.obj");...

    blog.aspose.com/th/3d/convert-obj-to-usdz-online/
  5. التقط منافذ العرض لمشهد 3D وترجمه إلى نسيج أو ن...

    يمكن أن يشتمل كل مشهد 3D على أي عدد من وجهات النظر. باستخدام Aspose.3D for .NET API ، يمكن للمطورين التقاط منفذ عرض واحد أو أكثر في لقطة شاشة واحدة. يمكنهم تقديمها في تطبيق .NET أو صورة مستندة إلى GUI....existing 3D scene Scene scene = Scene . FromFile ( "scene.obj" );...Camera camera = new Camera (); scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/ar/net/capture-the-viewports...
  6. Crea un effetto lente Fish-eye sulla scena 3D e...

    Utilizzando Aspose.3D for Python via .NET API, gli sviluppatori possono creare un effetto obiettivo Fisheye sulla scena 3D e salvare tale visualizzazione nei formati di immagine supportati....ImageFormat #load the scene scene = a3d . Scene . from_file ( "test...RotationMode . FIXED_DIRECTION scene . root_node . create_child_node...

    docs.aspose.com/3d/it/python-net/create-a-fishe...
  7. Working مع Radius من Sphere|Documentation

    باستخدام Aspose.3D for Python via .NET ، يمكنك تعيين الحصول على نصف قطر كروي. من أجل الحصول على أو ضبط نصف القطر ، يمكنك استخدام خاصية نصف القطر لفئة كروية. فيما يلي عينة الكود لتعيين نصف قطر كروي....threed import FileFormat , Scene from aspose.threed.entities...3D-for-.NET # Create a Scene scene = Scene () sphere = Sphere ()...

    docs.aspose.com/3d/ar/python-net/working-with-r...
  8. Rete triangolata|Documentation

    Aspose.3D for Java API has support of triangulating mesh, which is useful for game industry because the triangle is the only supported primitive that GPU hardware supports(non-triangle data are triangulated in driver-level, which is inefficient in real-time rendering)....Initialize scene object Scene scene = new Scene (); scene . open...( MyDir + "document.fbx" ); scene . getRootNode (). accept ( new...

    docs.aspose.com/3d/it/java/triangulate-mesh/
  9. Specificare 3D Opzioni di salvataggio file|Docu...

    Esistono diverse Scene. Salvare gli overload del metodo che accettano un oggetto SaveOptions. Ogni formato di salvataggio ha una classe corrispondente che contiene le opzioni di salvataggio per quel formato di salvataggio....diversi overload del metodo Scene.save che accettano un oggetto...threed import FileFormat , Scene from aspose.threed.formats import...

    docs.aspose.com/3d/it/python-net/specify-3d-fil...
  10. Archivo

    Archivo...OBJ de entrada con la clase Scene . Inicialice el objeto FBXSaveOptions...la clase Escena. Scene scene = new Scene("scene.obj"); // Inicialice...

    blog.aspose.com/es/3d/convert-obj-to-fbx-stl-java/