Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 573 for

sphere

(0.9 sec)
  1. Codierung von 3D Mesh in der Google Draco-Datei...

    Aspose.3D for .NET API ermöglicht es Entwicklern, ein 3D-Modell zu importieren und dann Maschen in den Google Draco-Dateien zu codieren. Entwickler können auch die Position, die Textur koordinaten, die Farbe und die normalen Bits sowie die Kom primi erungs stufe angeben, bevor sie ein Netz codieren....beispiel ruft eine Mesh von Sphere ab und codiert dann in der...NET // Create a sphere var sphere = new Sphere (); // Encode the...

    docs.aspose.com/3d/de/net/encoding-3d-mesh-in-t...
  2. Работа с радиусом сферы|Documentation

    Используя Aspose.3D for Node.js via Java, вы можете установить радиус получения сферы....getRadius() и setRadius() класса Sphere . Ниже приведен пример кода...initialize a Sphere var sphere = new aspose . threed . Sphere (); //...

    docs.aspose.com/3d/ru/nodejs-java/working-with-...
  3. Работа с PointCloud|Documentation

    Aspose.3D for Python via .NET позволяет декодировать сетку из Draco файла напрямую без построения сцены с использованием метода Decode класса DracoFormat....entities import Sphere # For complete examples and...DRACO . encode ( Sphere (), "data-dir" + "sphere.drc" ) Кодировать...

    docs.aspose.com/3d/ru/python-net/working-with-p...
  4. 编码 Google Draco 文件中的 3D 网格|Documentation

    Aspose.3D for Java API 支持在 Google Draco 文件中导入 3D 模型、检索网格,然后对网格进行编码。...(); // Create a sphere Sphere sphere = new Sphere (); // Encode...Encode the sphere to Google Draco raw data using optimal compression...

    docs.aspose.com/3d/zh/java/encoding-3d-mesh-in-...
  5. Variazioni pubbliche di API in Aspose.3D 16.11....

    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....Node sphere = scene . RootNode . CreateChildNode ( "sphere" );...entity in a node sphere . Entities . Add ( new Sphere ()); //the new...

    docs.aspose.com/3d/it/net/public-api-changes-in...
  6. Публичные изменения API в Aspose.3D 16.11.0|Doc...

    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....Node sphere = scene . RootNode . CreateChildNode ( "sphere" );...entity in a node sphere . Entities . Add ( new Sphere ()); //the new...

    docs.aspose.com/3d/ru/net/public-api-changes-in...
  7. 3D Optionen zum Speichern von Dateien angeben|D...

    Es gibt mehrere Scene.Save-Methoden überladungen, die ein SaveOptions-Objekt akzeptieren. Jedes Speicher format verfügt über eine entsprechende Klasse, die Speicher optionen für dieses Speicher format enthält....entities import Sphere from aspose.threed.formats... create_child_node ( "sphere" , Sphere ()) # Set glTF saving...

    docs.aspose.com/3d/de/python-net/specify-3d-fil...
  8. Ange 3D Filspararalternativ|Documentation

    Det finns flera Scene.Spara metod överbelastningar som accepterar ett SaveOptions objekt. Varje format spara har en motsvarande klass som innehar spara alternativ för det spara formatet....entities import Sphere from aspose.threed.formats... create_child_node ( "sphere" , Sphere ()) # Set glTF saving...

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