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

sphere

(0.18 sec)
  1. Arbeta med sfärens radie|Documentation

    Genom att använda Aspose.3D for .NET kan du hämta radie av en sfär. För att få eller ställa in radien, kan du använda Radius egenskap av sfärklassen. Nedan följer kodprovet för att ställa in en sfärs radie....Radius -egenskapen i klassen Sphere . Nedan följer kodprovet för...scene = new Scene (); // Set Sphere Radius (Using Radius property...

    docs.aspose.com/3d/sv/net/working-with-radius-o...
  2. Codifica 3D mesh nel file Google Draco|Document...

    Aspose.3D for .NET API consente agli sviluppatori di importare un modello 3D e quindi codificare le mesh nei file Google Draco. Gli sviluppatori possono anche specificare la posizione, le coordinate della trama, il colore e i bit normali, nonché il livello di compressione prima di codificare una mesh....di codice recupera Mesh di Sphere , quindi codifica nel file...NET // Create a sphere var sphere = new Sphere (); // Encode the...

    docs.aspose.com/3d/it/net/encoding-3d-mesh-in-t...
  3. ترميز 3D شبكة في ملف Google Draco|Documentation

    يسمح Aspose.3D for Python via .NET API للمطورين باستيراد نموذج 3D ، ثم ترميز الشبكات في ملفات Google Draco. يمكن للمطورين أيضًا تحديد الموضع ، إحداثيات النسيج ، واللون والبتات العادية بالإضافة إلى مستوى الضغط قبل تشفير شبكة....entities import Sphere from aspose.threed.formats...3D-for-.NET # Create a sphere sphere = Sphere () options = DracoSaveOptions...

    docs.aspose.com/3d/ar/python-net/encoding-3d-me...
  4. Trabajar con PointCloud|Documentation

    Aspose.3D for .NET permite decodificar una malla desde un archivo Draco directamente sin construir una escena usando el método Decode de la clase DracoFormat.... Encode ( new Sphere (), "sphere.drc" ); Codificar Esfera...Draco . Encode ( new Sphere (), "sphere.drc" , new DracoSaveOptions...

    docs.aspose.com/3d/es/net/working-with-pointcloud/
  5. Codifica 3D mesh nel file Google Draco|Document...

    Aspose.3D for Java API supporta l'importazione del modello 3D, recuperare la mesh e quindi codificare la mesh nel file Google Draco....di codice recupera Mesh of Sphere e quindi codifica nel file...(); // Create a sphere Sphere sphere = new Sphere (); // Encode...

    docs.aspose.com/3d/it/java/encoding-3d-mesh-in-...
  6. Codificación de la malla 3D en el archivo Googl...

    Aspose.3D for Java API tiene soporte para importar el modelo 3D, recuperar la malla y luego codificar la malla en el archivo Google Draco....de código recupera Mesh of Sphere y, a continuación, codifica...(); // Create a sphere Sphere sphere = new Sphere (); // Encode...

    docs.aspose.com/3d/es/java/encoding-3d-mesh-in-...
  7. Encodage du maillage 3D dans le fichier Google ...

    Aspose.3D for Java API supporte l'importation du modèle 3D, la récupération du maillage, puis l'encodage du maillage dans le fichier Google Draco....exemple de code récupère Mesh of Sphere, puis encode dans le fichier...(); // Create a sphere Sphere sphere = new Sphere (); // Encode...

    docs.aspose.com/3d/fr/java/encoding-3d-mesh-in-...
  8. Trabajando con Radio de Esfera|Documentation

    Usando Aspose.3D for .NET, puede establecer el radio de obtener de una esfera. Para obtener o establecer el radio, puede usar la propiedad Radius de la clase Sphere. El siguiente es el ejemplo de código para establecer el radio de una esfera....propiedad Radius de la clase Sphere . El siguiente es el ejemplo...scene = new Scene (); // Set Sphere Radius (Using Radius property...

    docs.aspose.com/3d/es/net/working-with-radius-o...
  9. 编码 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-...
  10. 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/