Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 514 for

sphere

(0.28 sec)
  1. Archivio

    Archivio...entities import Sphere # Crea un oggetto della classe...root_node.create_child_node("Sphere", Sphere()) # Salva il documento...

    blog.aspose.com/it/3d/3d-in-python/
  2. Lưu trữ

    Lưu trữ...entities import Sphere # Tạo một đối tượng của lớp...mô hình Sphere scene.root_node.create_child_node("Sphere", Sphere())...

    blog.aspose.com/vi/3d/3d-in-python/
  3. ארכיון

    ארכיון...entities import Sphere # צור אובייקט מהמחלקה Scene...מודל של Sphere scene.root_node.create_child_node("Sphere", Sphere())...

    blog.aspose.com/he/3d/3d-in-python/
  4. 编码 Google Draco 文件中的 3D 网格|Documentation

    Aspose.3D for .NET API 允许开发人员导入 3D 模型,然后在 Google Draco 文件中对网格进行编码。开发人员还可以在编码网格之前指定位置,纹理坐标,颜色和正常位以及压缩级别。... 编程示例 此代码示例检索 Sphere 的 Mesh ,然后在指定压缩级别后在 Google...NET // Create a sphere var sphere = new Sphere (); // Encode the...

    docs.aspose.com/3d/zh/net/encoding-3d-mesh-in-t...
  5. Архивы

    Архивы...entities import Sphere # Создайте объект класса Scene...root_node.create_child_node("Sphere", Sphere()) # Сохранить документ...

    blog.aspose.com/ru/3d/3d-in-python/
  6. Archiv

    Archiv...entities import Sphere # Vytvořte objekt třídy Scene...root_node.create_child_node("Sphere", Sphere()) # Uložit dokument 3D...

    blog.aspose.com/cs/3d/3d-in-python/
  7. Spécifiez les options de sauvegarde de fichier ...

    Il existe plusieurs surcharges de méthode Scene.Save qui acceptent un objet SaveOptions. Chaque format de sauvegarde a une classe correspondante qui contient des options de sauvegarde pour ce format de sauvegarde....entities import Sphere from aspose.threed.formats... create_child_node ( "sphere" , Sphere ()) # Set glTF saving...

    docs.aspose.com/3d/fr/python-net/specify-3d-fil...
  8. Archiwa

    Archiwa...entities import Sphere # Utwórz obiekt klasy Scena...root_node.create_child_node("Sphere", Sphere()) # Zapisz dokument sceny...

    blog.aspose.com/pl/3d/3d-in-python/
  9. Архів

    Архів...entities import Sphere # Створіть об'єкт класу Scene...root_node.create_child_node("Sphere", Sphere()) # Зберегти документ...

    blog.aspose.com/uk/3d/3d-in-python/
  10. Convertir la maille en maille triangulaire et l...

    Aspose.3D for .NET API permet aux développeurs de convertir n'importe quel objet maillage en maillage triangulaire avec une disposition mémoire personnalisée du sommet. La disposition de mémoire personnalisée du sommet est définie à l'aide de la classe Struct ou dynamiquement par VertexDeclaration dans les exemples de code....new Node ( "sphere" ); Mesh sphere = ( new Sphere ()). ToMesh...TriMesh < MyVertex >. FromMesh ( sphere ); // Get the vertex data in...

    docs.aspose.com/3d/fr/net/convert-mesh-to-trian...