Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 8,334 for

mesh

(0.02 sec)
  1. Add Blind Watermark Verification to 3DS File Fo...

    Sample Java blind watermark verification code for 3DS file. Use this example code to add blind watermark verification to 3DS 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/3ds/
  2. Add Blind Watermark Verification to GLTF File F...

    C# source code to load, render and add blind Watermark Verification to GLTF 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/gltf/
  3. Add Blind Watermark Verification to GLB File Fo...

    C# source code to load, render and add blind Watermark Verification to GLB 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/glb/
  4. Add Blind Watermark Verification to 3MF File Fo...

    Sample Java blind watermark verification code for 3MF file. Use this example code to add blind watermark verification to 3MF 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/3mf/
  5. Aspose.3D Encode and decode blind watermark | p...

    Learn how to apply blind watermark on your 3D file....then we will create a sample mesh within the 3D scene. Then we...encode blind watermark to the mesh and save it to file, later we...

    products.aspose.com/3d/tutorial/blind-watermark/
  6. Add Blind Watermark Verification to DRC File Fo...

    C# source code to load, render and add blind Watermark Verification to DRC 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/drc/
  7. Supported File Formats|Documentation

    The following table indicates the file formats that Aspose.3D for Java can load and Save....Collada DRC Google Draco Including mesh/point cloud support DXF AutoCAD...OBJ Wavefront Obj Including mesh/point cloud support. HTML Hypertext...

    docs.aspose.com/3d/java/supported-file-formats/
  8. Geometry|Documentation

    Articles about 3D geometries in Aspose.3D for Python via .NET....Contents [ Hide ] Create 3D Mesh and Scene Set up normals or...and Share Geometric data of Mesh among Multiple Nodes of 3D Scene...

    docs.aspose.com/3d/python-net/geometry/
  9. Create your Lithophane from TGA File Formats vi...

    Sample Java lithophane code for TGA file. Use this example code to create your lithophane from TGA file within any Web or Desktop Java based application....create a Mesh object Perform computational operations on Mesh objects...file loads 3d scene through Mesh class Call the Scene.Save method...

    products.aspose.com/3d/java/lithophane/tga/
  10. Extract Assets from USD File Formats via .NET |...

    C# source code to load, render and add extract assets from USD 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/usd/