Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 574 for

sphere

(2.33 sec)
  1. Travailler avec PointCloud|Documentation

    Aspose.3D for Java permet de décoder un maillage à partir d'un fichier Draco directement sans construire une scène en utilisant la méthode de décodage de la classe DracoFormat....( new Sphere (), RunExamples . getDataDir () + "sphere.drc" );...( new Sphere (), RunExamples . getDataDir ()+ "sphere.drc" ,...

    docs.aspose.com/3d/fr/java/working-with-pointcl...
  2. Преобразование сетки в треугольную сетку и прим...

    Aspose.3D for .NET API позволяет разработчикам преобразовать любой объект сетки в треугольную сетку с пользовательским расположением памяти вершины. Пользовательская компоновка памяти Vertex определяется с помощью Struct или динамически классом VertexDeclaration в примерах кода.... Ниже примера преобразует Sphere в треугольную сетку с пользовательским...new Node ( "sphere" ); Mesh sphere = ( new Sphere ()). ToMesh...

    docs.aspose.com/3d/ru/net/convert-mesh-to-trian...
  3. Travailler avec le rayon de la sphère|Documenta...

    En utilisant Aspose.3D for .NET, vous pouvez définir le rayon de get d'une sphère. Pour obtenir ou définir un rayon, vous pouvez utiliser la propriété Radius de la classe Sphere. Voici l'exemple de code pour définir le rayon d'une sphère....propriété Radius de la classe Sphere . Voici l’exemple de code pour...scene = new Scene (); // Set Sphere Radius (Using Radius property...

    docs.aspose.com/3d/fr/net/working-with-radius-o...
  4. 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/
  5. 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/
  6. Convertire mesh in mesh triangolare e forma pri...

    Aspose.3D for .NET API consente agli sviluppatori di convertire qualsiasi oggetto mesh in mesh triangolare con layout di memoria personalizzato del vertice. Il layout di memoria personalizzato di Vertex viene definito utilizzando Struct o dinamicamente dalla classe VertexDeclaration negli esempi di codice....esempi mostrano come: Convert a Sphere to Triangle Mesh with custom...new Node ( "sphere" ); Mesh sphere = ( new Sphere ()). ToMesh...

    docs.aspose.com/3d/it/net/convert-mesh-to-trian...
  7. Преобразование сетки в треугольную сетку и прим...

    Aspose.3D for Python via .NET API позволяет разработчикам преобразовать любой объект сетки в треугольную сетку с пользовательским расположением памяти вершины. Пользовательская компоновка памяти Vertex определяется с помощью Struct или динамически классом VertexDeclaration в примерах кода.... Ниже примера преобразует Sphere в треугольную сетку с пользовательским...формат файла 3D. Конвертировать “Sphere” в “Meshe” Сфера-это идеально...

    docs.aspose.com/3d/ru/python-net/convert-mesh-t...
  8. Encodage du maillage 3D dans le fichier Google ...

    Aspose.3D for Python via .NET API permet aux développeurs d'importer un modèle 3D, puis d'encoder des maillages dans les fichiers Google Draco. Les développeurs peuvent également spécifier la position, les coordonnées de texture, la couleur et les bits normaux ainsi que le niveau de compression avant de coder un maillage....entities import Sphere from aspose.threed.formats...3D-for-.NET # Create a sphere sphere = Sphere () options = DracoSaveOptions...

    docs.aspose.com/3d/fr/python-net/encoding-3d-me...
  9. 编码 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...
  10. 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...