Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 17,284 for

scene

(0.14 sec)
  1. 搜索

    搜索...您可以按照以下步驟將 USD 文件轉換為 3DS 格式: 通過創建 Scene 類的對象來加載輸入 USD 文件。 使用 Save 方法將...Aspose.ThreeD.Scene scene = new Aspose.ThreeD.Scene(); // 加載輸入美元文件...

    blog.aspose.com/zh-hant/3d/usd-usdz-to-3ds-csharp/
  2. Loud orking ile loud ointloud loud|Documentation

    Aspose.3D for Java, dracoformat sınıfının kod çözme yöntemini kullanarak bir sahne oluşturmadan doğrudan bir Draco dosyasından bir ağın çözülmesine izin verir....directly without building a scene using the decode method of DracoFormat...directly without building a scene using the encode method of DracoFormat...

    docs.aspose.com/3d/tr/java/working-with-pointcl...
  3. 3D sahnelerini GLTF 2.0 formatında C# 'dan tasa...

    The Scene class of the Aspose.3D API represents a 3D Scene. Developers can already build a 3D Scene by adding various entities. GLTF 2.0 only supports PBR (Physically Based Rendering) materials, Aspose.3D API internally converts non-PBR materials into PBR materials before exporting into GLTF 2.0....The Scene class of the Aspose.3D API represents a 3D scene. Developers...Developers can already build a 3D scene by adding various entities....

    docs.aspose.com/3d/tr/net/customize-non-pbr-to-...
  4. Benutzer definierte Eigenschaften einer 3D-Szen...

    Entwickler können benutzer definierte Eigenschaften von 3D-Objekten hinzufügen, abrufen und entfernen. Remove Property, Get Property, SetProperty-Mitglieder von 3D-Objekten sind eine Reihe von Shorthanded-Methoden zum Bearbeiten angepasster Eigenschaften des Objekts....initialize a scene from aspose.threed import Scene from aspose...FileFormat scene = Scene () # create a Box instance box = scene . root_node...

    docs.aspose.com/3d/de/python-net/manipulate-cus...
  5. Lưu trữ

    Lưu trữ...Khởi tạo một đối tượng của lớp Scene . Tải tệp STL đầu vào bằng phương...đối tượng của lớp Scene Scene scene = new Scene(); // Tải tệp STL...

    blog.aspose.com/vi/3d/convert-stl-to-fbx-gltf-g...
  6. Travailler avec VRML Format|Documentation

    Aspose.3D for Node.js via Java permet de travailler avec VRML version 1.0. Le format de fichier VRML a été ajouté à la classe FileFormat. Aspose.3D peut détecter automatiquement le format VRML, donc FileFormat est généralement ignoré dans la méthode Open....initialize a scene var scene = new aspose . threed . Scene (); // open...Language (VRML) file format scene . open ( "test.wrl" ); Travailler...

    docs.aspose.com/3d/fr/nodejs-java/working-with-...
  7. إنشاء مستند فارغ 3D|Documentation

    Aspose.3D for Java API يدعم إنشاء مشهد 3D من الصفر ، ثم التوفير بتنسيق 3D المدعوم....object of the Scene class Scene scene = new Scene (); // Save 3D...3D scene document scene . save ( MyDir , FileFormat . FBX7500ASCII...

    docs.aspose.com/3d/ar/java/create-an-empty-3d-d...
  8. Visualizza 3D in formato immagine dalla fotocam...

    Utilizzando Aspose.3D for Python via .NET, gli sviluppatori possono eseguire il rendering di un'immagine per visualizzare un'immagine realistica del modello 3D, con o senza lo sfondo, le trame e le ombre migliorate e anche regolare le dimensioni dell'immagine....Render esposto dalla classe Scene può essere utilizzato per scattare...import ImageRenderOptions , Scene from aspose.threed.entities...

    docs.aspose.com/3d/it/python-net/render-3d-view...
  9. Ajouter des informations sur les ressources au ...

    Les métadonnées sont des informations structurées qui décrivent, expliquent, localisent ou facilitent la récupération, l'utilisation ou la gestion d'une ressource d'information. Aspose.3D pour Node.js via Java API prend en charge la définition de métadonnées pour la scène....scène 3D à l’aide de la classe Scene . Définir le nom de l’application/de...scène 3D var scene = new aspose . threed . Scene (); // Initialiser...

    docs.aspose.com/3d/fr/nodejs-java/add-asset-inf...
  10. Generar UV|Documentation

    Aspose.3D for Java ofrece la clase PolygonModifier que expone el método GenerateUV, con el que puede generar UV manualmente y asociarlo con la malla.... getDataDir (); Scene scene = new Scene (); //since all primitive...); //put it to the scene Node node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/es/java/generate-uv/