Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 5,518 for

mesh model

(0.03 sec)
  1. Add Blind Watermark to 3DS File Formats via pyt...

    Sample Python blind watermark code for 3DS file. Use this example code to add blind watermark to 3DS file within any Web based application....constructor of Scene class Get the mesh class of Aspose.3D Add watermark...does not require any any 3D modeling or rendering software. One...

    products.aspose.com/3d/python-net/watermark/3ds/
  2. Add Blind Watermark Verification to ASE File Fo...

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

    products.aspose.com/3d/net/verify-watermark/ase/
  3. Add Blind Watermark Verification to VRML File F...

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

    products.aspose.com/3d/net/verify-watermark/vrml/
  4. Generate UV|Documentation

    Aspose.3D for Java offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the Mesh. ...UV and associate it with the mesh. Following code snippet shows...Polygons to Triangles in 3D Model...

    docs.aspose.com/3d/java/generate-uv/
  5. Extract Assets from GLB File Formats via .NET |...

    C# source code to load, render and add extract assets from GLB documents on .NET Framework, .NET Core, Mono....Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/net/extractor/glb/
  6. Extract Assets from GLTF File Formats via .NET ...

    C# source code to load, render and add extract assets from GLTF documents on .NET Framework, .NET Core, Mono....Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/net/extractor/gltf/
  7. Extract Assets from U3D File Formats via .NET |...

    C# source code to load, render and add extract assets from U3D documents on .NET Framework, .NET Core, Mono....Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/net/extractor/u3d/
  8. Transformation|Documentation

    Articles about transformation of 3D objects in Aspose.3D for .NET....and Share Geometric data of Mesh among Multiple Nodes of 3D Scene...Transformation Aspose.3D Document Object Model (DOM) Meta data...

    docs.aspose.com/3d/net/transformation/
  9. Generate UV|Documentation

    Aspose.3D for Python via .NET offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the Mesh. Following code snippet shows complete functionality to generate and associate it....UV and associate it with the mesh. Following code snippet shows...Polygons to Triangles in 3D Model Triangulation of a Simple Polygon...

    docs.aspose.com/3d/python-net/generate-uv/
  10. Add Blind Watermark to DRC File Formats via Jav...

    Sample Java blind watermark code for DRC file. Use this example code to add blind watermark to DRC file within any Web or Desktop Java based application....Java library without any 3D modeling software. Aspose.3D for Java...constructor of Scene class Get the mesh class of Aspose.3D Add watermark...

    products.aspose.com/3d/java/watermark/drc/