Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 10,607 for

mesh

(0.14 sec)
  1. Split esh sh|Documentation

    قد يحتاج المطورون إلى تقسيم جميع شبكات المشهد إلى عدة شبكات فرعية لكل مادة. لن تقوم طريقة SplitMesh بتقسيم شبكة من المشهد إذا تم تعيين مادة واحدة لها. يمكن للمطورين الآن تحقيق ذلك باستخدام Aspose.3D for Python via .NET API.... لن تقسم طريقة split_mesh شبكة من المشهد إذا تم تعيين...# Split all meshes PolygonModifier . split_mesh ( scene , SplitMeshPolicy...

    docs.aspose.com/3d/ar/python-net/split-mesh/
  2. Generera UV|Documentation

    Aspose. 3D for .NET erbjuder PolygonModifier klass som exponerar Generate UV- metoden, med vilken du manuellt kan generera UV och associera den med Mesh. Följande kod snippet visar fullständig funktionalitet för att generera och associera det....generera UV och associera den med mesh. Följande kod snippet visar...assume we have a mesh without UV data var mesh = ( new Box ())...

    docs.aspose.com/3d/sv/net/generate-uv/
  3. Генерировать нормальные данные для всех ячеек м...

    Aspose.3D for Java API поддерживает генерацию нормальных данных для всех ячеек модели 3D (без нормальных данных)....create normal data for all meshes s . getRootNode (). accept...) { Mesh mesh = ( Mesh ) node . getEntity (); if ( mesh != null...

    docs.aspose.com/3d/ru/java/generate-normal-data...
  4. Su İşareti ile Çalışma|Documentation

    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....=> { var mesh = node . GetEntity < Mesh >(); if ( mesh != null...numMeshes ++; mesh = Watermark . EncodeWatermark ( mesh , "HelloWorld"...

    docs.aspose.com/3d/tr/net/working-with-watermark/
  5. Rete triangolata|Documentation

    Aspose.3D for Java API has support of triangulating Mesh, which is useful for game industry because the triangle is the only supported primitive that GPU hardware supports(non-triangle data are triangulated in driver-level, which is inefficient in real-time rendering)....has support of triangulating mesh, which is useful for game industry...) { Mesh mesh = ( Mesh ) node . getEntity (); if ( mesh != null...

    docs.aspose.com/3d/it/java/triangulate-mesh/
  6. Öffentliche API Änderungen in Aspose.3D 1.2.0|D...

    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....Netz trianguliert Triangulate Mesh ist für die Spiele industrie...node ) { Mesh mesh = node . GetEntity < Mesh >(); if ( mesh != null...

    docs.aspose.com/3d/de/net/public-api-changes-in...
  7. Set up normals or UV on Cube and Add Material t...

    Aspose.3D for Java geometrik şekillerdeki normalleri ve uv'yi yönetmeyi teklif eder. Bir ağ, her vertex için temel özellikleri, uzayda pozisyonu ve normal, orijinal yüzeye dik bir vektör olarak bilinir. Normal, sayıları gölgelendirmek için önemlidir ve bir birim vektör olmalıdır. Çoğu örgü biçimi, ağın farklı poligonlarına uygulamak için 2 boyutlu bir doku haritasının hangi kısmının uygulanacağını göstermek için "açılmamış" ağının ayrı bir 2d gösterimi olan bir uv koordinatlarını da destekler.... The Mesh class object is being used in...in the code. We can create a Mesh class object as narrated here...

    docs.aspose.com/3d/tr/java/set-up-normals-or-uv...
  8. Convertir la maille en maille triangulaire et l...

    Aspose.3D for Python via .NET API permet aux développeurs de convertir n'importe quel objet maillage en maillage triangulaire avec une disposition de 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....Convertir une boîte en Triangle Mesh avec une disposition de mémoire...Convertissez le ‘Primitive’ en un ‘Mesh’ En utilisant Aspose.3D for...

    docs.aspose.com/3d/fr/python-net/convert-mesh-t...
  9. Agregar jerarquía de nodos y compartir datos ge...

    Aspose.3D for .NET ofrece construir una jerarquía de nodos. El nodo es un bloque de construcción básico de una escena. Una jerarquía de nodos define la estructura lógica de una escena y proporciona contenido visible al unir geometrías, luces y cámaras a los nodos....create mesh using polygon builder method to set mesh instance...instance Mesh mesh = Common . CreateMeshUsingPolyg (); // Point node...

    docs.aspose.com/3d/es/net/add-node-hierarchy-an...
  10. Public API Changements dans Aspose.3D 1.2.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 ) { Mesh mesh = node . GetEntity < Mesh >(); if ( mesh != null...null ) { //triangulate the mesh Mesh newMesh = PolygonModifier...

    docs.aspose.com/3d/fr/net/public-api-changes-in...