Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 8,334 for

mesh

(0.03 sec)
  1. Java 3D Formats Extract Assets | products.aspos...

    Extract Assets from 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x via Java library using a few lines of java code....if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...else if (obj instanceof Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/java/extractor/
  2. Adding Transformation to the Node|Documentation

    Aspose.3D for Java API has support to rotate objects in 3D space. There are three ways to define object’s rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....mapping Squeeze mapping The Mesh class object is being used in...in the code. We can create a Mesh class object as narrated there...

    docs.aspose.com/3d/java/adding-transformation-t...
  3. Supported File Formats|Documentation

    C# .NET 3D File Manipulation and Conversion API can load and save 3DS, 3MF, AMF, FBX, 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/
  4. Adding Transformation to the Node|Documentation

    TSR (Translation/Scaling/Rotation) are most commonly used in 3D scenario, we provided a class Transform to access these in Aspose.3D....mapping Squeeze mapping The Mesh class object is being used in...in the code. We can create a Mesh class object as narrated there...

    docs.aspose.com/3d/net/adding-transformation-to...
  5. Adding Transformation to the Node|Documentation

    TSR (Translation/Scaling/Rotation) are most commonly used in 3D scenario, we provided a class Transform to access these in Aspose.3D....mapping Squeeze mapping The Mesh class object is being used in...in the code. We can create a Mesh class object as narrated there...

    docs.aspose.com/3d/python-net/adding-transforma...
  6. 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/net/set-up-normals-or-uv-on-...
  7. Aspose.3D Features Tutorial | products.aspose.com

    Learn how to edit and export 3D file by code....including creating polygon in mesh, creating materials, applying...text mesh with font file Learn how to triangulate a 3D mesh Learn...

    products.aspose.com/3d/tutorial/
  8. Add Blind Watermark Verification to JT File For...

    Sample Java blind watermark verification code for JT file. Use this example code to add blind watermark verification to JT 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/jt/
  9. Add Blind Watermark Verification to DRC File Fo...

    Sample Java blind watermark verification code for DRC file. Use this example code to add blind watermark verification to DRC 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/drc/
  10. Add Blind Watermark Verification to USD File Fo...

    Sample Java blind watermark verification code for USD file. Use this example code to add blind watermark verification to USD 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/usd/