Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 8,332 for

mesh

(0.04 sec)
  1. Add Blind Watermark to FBX File Formats via Jav...

    Sample Java blind watermark code for FBX file. Use this example code to add blind watermark to FBX 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/fbx/
  2. Add Blind Watermark to STL File Formats via Jav...

    Sample Java blind watermark code for STL file. Use this example code to add blind watermark to STL 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/stl/
  3. Working with PointCloud|Documentation

    Aspose.3D for Python via .NET allows decoding a Mesh from a Draco file directly without building a scene using the Decode method of DracoFormat class.... Decode Mesh Aspose.3D for Python via .NET...NET allows decoding a mesh from a Draco file directly without...

    docs.aspose.com/3d/python-net/working-with-poin...
  4. Working with PointCloud|Documentation

    Aspose.3D for Java allows decoding a Mesh from a Draco file directly without building a scene using the decode method of DracoFormat class....Decode Mesh Aspose.3D for Java allows decoding a mesh from a...Encode Mesh Aspose.3D for Java allows encoding a sphere mesh to a...

    docs.aspose.com/3d/java/working-with-pointcloud/
  5. 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/
  6. 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/
  7. Set up normals or UV on Cube and Add Material t...

    Aspose.3D for Java offers to manage normals and UV on the geometric shapes. A Mesh stores the key properties for every vertex, position in space, and its normal, known as a vector perpendicular to the original surface. The normal is major to shading counts and should be a unit vector. Most Mesh formats also support some form of UV coordinates which are a separate 2D representation of the Mesh "unfolded" to show what portion of a 2-dimensional texture map to apply to different polygons of the Mesh.... A mesh stores the key properties for...should be a unit vector. Most mesh formats also support some form...

    docs.aspose.com/3d/java/set-up-normals-or-uv-on...
  8. Set up normals or UV on the Cube and Add Materi...

    How to create normals or uv data on a Mesh in Aspose.3D.... A mesh stores the key properties for...should be unit vectors. Most mesh formats also support some form...

    docs.aspose.com/3d/python-net/set-up-normals-or...
  9. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for Python via .NET API, developers can build tangent and binormal data for all Meshes in any supported 3D file....Tangent and Binormal Data for all Meshes in 3D Model Contents [ Hide...tangent and binormal data for all meshes in any supported 3D file. Build...

    docs.aspose.com/3d/python-net/build-tangent-and...
  10. Add Blind Watermark to 3DS File Formats via .NE...

    C# source code to load, render and add blind watermark to 3DS 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/3ds/