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

mesh

(0.04 sec)
  1. 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-...
  2. Create rectangular Torus in 3D Scene|Documentation

    Using Aspose.3D for .NET API, developers can create 3D objects, and then save 3D scene in any supported 3D format....converted to ordinal mesh/triangle mesh during saving the scene...looks as follows: How to Split Mesh by HalfSpace in Aspose.3D Working...

    docs.aspose.com/3d/net/create-rectangular-torus...
  3. 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/
  4. Latest Aspose.3D Product Family topics - Free S...

    Get technical support of Aspose.3D for .NET and Java....December 19, 2024 Create 3D mesh from a matrix of 3D points 11...711 April 16, 2024 Optimize mesh causes distortion 3 381 March...

    forum.aspose.com/c/3d/18
  5. 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...
  6. 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...
  7. 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...
  8. 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/
  9. 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/
  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/