Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 10,607 for

mesh

(0.11 sec)
  1. Imposta normali o UV sul cubo e aggiungi materi...

    Come creare dati normali o uv su una Mesh in Aspose.3D.... Una mesh memorizza le proprietà chiave...La maggior parte dei formati mesh supporta anche una qualche forma...

    docs.aspose.com/3d/it/python-net/set-up-normals...
  2. 为 3D 文件中的所有网格生成普通数据|Documentation

    使用 Aspose.3D for .NET,开发人员可以为任何 3D 模型中的所有网格生成正常数据 (没有正常数据)。...create normal data for all meshes s . RootNode . Accept ( delegate...n ) { Mesh mesh = n . GetEntity < Mesh >(); if ( mesh != null...

    docs.aspose.com/3d/zh/net/generate-normal-data-...
  3. 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/
  4. 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...
  5. Создать многоугольник в сетке|Documentation

    Aspose.3D for Node.js via Java позволяет создать многоугольник в сетке....Initialize Mesh var mesh = new aspose . threed . Mesh (); //The...and it's optimized internally. mesh . createPolygon ( 0 , 1 , 2...

    docs.aspose.com/3d/ru/nodejs-java/create-polygo...
  6. 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...
  7. 在网格中创建多边形|Documentation

    Aspose.3D for Python via .NET 允许在网格中创建多边形。为了使用该功能,API 提供了Mesh类的CreatePolygon方法。...为了使用该功能,API 提供了 Mesh 类的 create_polygon 方法。使用 create_polygon...aspose.threed.entities import Mesh # For complete examples and...

    docs.aspose.com/3d/zh/python-net/create-polygon...
  8. ค้นหา

    ค้นหา...มิติในสถานการณ์ต่างๆ: 3D Scene Meshes Splitter หรือการควบรวมกิจการ...ช้ C # ผสาน Meshes ในไฟล์ 3 มิติเป็น Single Mesh โดยทางโปรแกรมใน...

    blog.aspose.com/th/3d/split-merge-3d-mesh-csharp/
  9. Malla dividida|Documentation

    Los desarrolladores pueden requerir dividir todas las mallas de una escena en varias submallas por material. El método SplitMesh no dividirá una malla de la escena si se le ha asignado un único material. Los desarrolladores ahora pueden lograr esto usando Aspose.3D for .NET API....Scene ( input ); // Split all meshes PolygonModifier . SplitMesh...Create a mesh of box(A box is composed by 6 planes) Mesh box = (...

    docs.aspose.com/3d/es/net/split-mesh/
  10. Arbete med vattenstämpel|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/sv/net/working-with-watermark/