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

scene

(0.19 sec)
  1. Archiv

    Archiv...vstupní soubor USDZ pomocí třídy Scene. Iniciujte objekt třídy Html5SaveOptions...inicializaci instance třídy Scene . Inicializujte objekt třídy...

    blog.aspose.com/cs/3d/convert-usdz-html-java/
  2. ארכיון

    ארכיון...לפורמט USDZ: צור אובייקט מהמחלקה Scene . טען את קובץ הקלט Maya עם סיומת...אתחול אובייקט בכיתה Scene Scene scene = new Scene(); // טען את קובץ...

    blog.aspose.com/he/3d/convert-ma-to-usdz-in-java/
  3. Архів

    Архів...USDZ: Створіть об’єкт класу Scene . Завантажте вхідний файл Maya...Ініціалізація об'єкта класу Scene Scene scene = new Scene(); // Завантажте...

    blog.aspose.com/uk/3d/convert-ma-to-usdz-in-java/
  4. Рендеринг панорамного вида сцены 3D|Documentation

    Используя Aspose.3D for .NET API, разработчики могут отрисовывать панораму сцены 3D и сохранять этот вид в поддерживаемых форматах изображений....glb" ; //load the scene Scene scene = new Scene ( path ); //create...RotationMode . FixedDirection }; scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/ru/net/render-a-panorama-vie...
  5. 3D sahnesinin panorama görünümünü oluşturun|Doc...

    Aspose.3D for .NET API kullanarak, geliştiriciler 3D sahnesinin panorama görüntüsünü oluşturabilir ve bu görünümü desteklenen görüntü formatlarına kaydedebilir....glb" ; //load the scene Scene scene = new Scene ( path ); //create...RotationMode . FixedDirection }; scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/tr/net/render-a-panorama-vie...
  6. Exportieren Sie Textur dateien, während Sie die...

    Mit Aspose.3D for .NET können Entwickler Textur dateien in das Dateisystem exportieren und gleichzeitig 3D Szene speichern....gespeichert werden: Scene scene = Scene . FromFile ( @"BoomBox...opt . ExportTextures = true ; scene . Save ( @"D:\tmp\boombox\output...

    docs.aspose.com/3d/de/net/export-texture-files-...
  7. Travailler avec la Vérification du Filigrane|Do...

    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....3ds" ; Scene scene = Scene . FromFile ( file );...string text = null ; try { scene . RootNode . Accept (( Node...

    docs.aspose.com/3d/fr/net/working-with-verify-w...
  8. Lavorare con Verify Watermark|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....3ds" ; Scene scene = Scene . FromFile ( file );...string text = null ; try { scene . RootNode . Accept (( Node...

    docs.aspose.com/3d/it/net/working-with-verify-w...
  9. 3D sahnesinin özel özelliklerini işlemek|Docume...

    Developers can Add, retrieve, and remove custom properties of 3D objects. RemoveProperty, GetProperty, SetProperty members of 3D objects are a set of short-handed methods to manipulate customized properties of the object....// initialize a scene Scene scene = new Scene (); // create a...a Box instance var box = scene . RootNode . CreateChildNode (...

    docs.aspose.com/3d/tr/net/manipulate-custom-pro...
  10. Guardar documento 3D|Documentation

    Aspose.3D for Java API tiene soporte para guardar la escena 3D en varios tipos de documentos 3D....3D Scene scene = new Scene (); // Open an existing...existing 3D scene scene . open ( MyDir + "document.fbx" ); // Save...

    docs.aspose.com/3d/es/java/save-3d-document/