Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 8,960 for

mesh

(0.08 sec)
  1. Add Blind Watermark to OBJ File Formats via Jav...

    Sample Java blind watermark code for OBJ file. Use this example code to add blind watermark to OBJ file within any Web or Desktop Java based application....constructor of Scene class Get the mesh class of Aspose.3D Add watermark...node)-> { Entity mesh =node.getEntity(); if (mesh != null ) { numMeshes...

    products.aspose.com/3d/java/watermark/obj/
  2. Add Blind Watermark to STL File Formats via .NE...

    C# source code to load, render and add blind watermark to STL documents on .NET Framework, .NET Core, Mono....constructor of Scene class Get the mesh class of Aspose.3D Add watermark...node) => { var mesh = node.GetEntity<Mesh>(); if (mesh != null ) {...

    products.aspose.com/3d/net/watermark/stl/
  3. Add Blind Watermark to DXF File Formats via .NE...

    C# source code to load, render and add blind watermark to DXF documents on .NET Framework, .NET Core, Mono....constructor of Scene class Get the mesh class of Aspose.3D Add watermark...node) => { var mesh = node.GetEntity<Mesh>(); if (mesh != null ) {...

    products.aspose.com/3d/net/watermark/dxf/
  4. 在立方体上设置法线或UV,并向 3D 图元添加材质|Documentation

    Aspose.3D for Java 提供管理几何图形上的法线和UV。网格存储每个顶点、空间位置及其法线 (称为垂直于原始曲面的向量) 的关键属性。法线对于阴影计数是主要的,并且应该是单位向量。大多数网格格式还支持某种形式的UV坐标,它们是网格 “展开” 的单独2D表示,以显示二维纹理贴图的哪个部分应用于网格的不同多边形。... 代码中正在使用 Mesh 类对象。我们可以 创建一个网格类对象,此处叙述 ,然后通过创建...create mesh using polygon builder method to set mesh instance...

    docs.aspose.com/3d/zh/java/set-up-normals-or-uv...
  5. Add Blind Watermark Verification to DXF File Fo...

    Sample Java blind watermark verification code for DXF file. Use this example code to add blind watermark verification to DXF file within any Web or Desktop Java based application....constructor of Scene class Get the mesh class of Aspose.3D Add password...node) -> { Entity mesh = node.getEntity(); if (mesh != null ) { text[...

    products.aspose.com/3d/java/verify-watermark/dxf/
  6. Add Blind Watermark Verification to OBJ File Fo...

    Sample Java blind watermark verification code for OBJ file. Use this example code to add blind watermark verification to OBJ file within any Web or Desktop Java based application....constructor of Scene class Get the mesh class of Aspose.3D Add password...node) -> { Entity mesh = node.getEntity(); if (mesh != null ) { text[...

    products.aspose.com/3d/java/verify-watermark/obj/
  7. 在立方体上设置法线或UV,并向 3D 实体添加材质|Documentation

    如何在 Aspose.3D 中的网格上创建法线或uv数据。... 代码中正在使用 Mesh 类对象。我们可以 创建一个网格类对象,如在那里叙述 ,然后通过...create mesh using polygon builder method to set mesh instance...

    docs.aspose.com/3d/zh/net/set-up-normals-or-uv-...
  8. 合并 3D 文件中的网格|Documentation

    开发人员可以将多个网格合并为一个有效的网格。它们可能会将 3D 场景的所有网格、一个节点或一组节点转换为单个网格。为了实现这一点,在 Aspose.ThreeD.Entities.PolygonModifier类中有三个MergeMesh成员。...PolygonModifier 类中有几个 merge_mesh 成员。 下面的代码示例将场景的所有网格合并到单个有效网格中。...merge all meshes mesh = a3d . PolygonModifier . merge_mesh ( scene...

    docs.aspose.com/3d/zh/python-net/merge-meshes-i...
  9. Supported File Formats|Documentation

    C# .NET 3D File Manipulation and Conversion API can load and save 3DS, 3MF, AMF, FBX, IFC, BLEND, PCD, XYZ, DFX, OBJ, PLY, STL, USD, U3D and other formats...Collada DRC Google Draco Including mesh/point cloud support DXF AutoCAD...OBJ Wavefront Obj Including mesh/point cloud support. PDF 3D...

    docs.aspose.com/3d/net/supported-file-formats/
  10. Add Blind Watermark to JT File Formats via .NET...

    C# source code to load, render and add blind watermark to JT documents on .NET Framework, .NET Core, Mono....constructor of Scene class Get the mesh class of Aspose.3D Add watermark...node) => { var mesh = node.GetEntity<Mesh>(); if (mesh != null ) {...

    products.aspose.com/3d/net/watermark/jt/