Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 17,179 for

scene

(0.2 sec)
  1. مشهد التصدير إلى تنسيق مضغوط AMF|Documentation

    Aspose.3D for Java يقدم فئة AmfSaveOptions التي تسمح لك بتعيين القيمة المنطقية للضغط وفقًا لمتطلباتك.... getDataDir (); Scene scene = new Scene (); Box box = new Box...Box (); Transform tr = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/ar/java/export-scene-to-comp...
  2. Travailler avec l'extrusion linéaire|Documentation

    Aspose.3D pour Node.js via Java offre la classe LinearExtrusion, qui prend une forme 2D en entrée et l'étend dans la 3ème dimension....une scène var scene = new aspose . threed . Scene (); // Créer...enfant en passant l'extrusion scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/fr/nodejs-java/working-with-...
  3. Lavorare con l'Estrusione Lineare|Documentation

    Aspose.3D per Node.js via Java offre la classe LinearExtrusion, che accetta una forma 2D come input ed estende la forma nella terza dimensione....una scena var scene = new aspose . threed . Scene (); // Crea un...figlio passando l'estrusione scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/it/nodejs-java/working-with-...
  4. 아카이브

    아카이브... Scene 클래스의 인스턴스를 선언합니다. Open 방법으로...보여줍니다. // Scene 클래스의 객체 초기화 Scene scene = new Scene(); // Open...

    blog.aspose.com/ko/3d/convert-stl-to-fbx-glb-gl...
  5. 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...
  6. تقديم عرض 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...
  7. 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...
  8. Specificare 3D Opzioni di caricamento file|Docu...

    Esistono diversi overload del metodo Scene.Open o overload del costruttore di classi Scene che accettano un oggetto LoadOptions. Ogni formato di carico ha una classe corrispondente che contiene le opzioni di carico per quel formato di carico....metodo Scene.open o overload del costruttore di classi Scene che...V/T from aspose.threed import Scene from aspose.threed.formats import...

    docs.aspose.com/3d/it/python-net/specify-3d-fil...
  9. 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...
  10. 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/