Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 9,904 for

mesh

(0.25 sec)
  1. Add Blind Watermark to VRML File Formats via Ja...

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

    Sample Java blind watermark code for GLB file. Use this example code to add blind watermark to GLB 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/glb/
  3. 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...
  4. 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...have a mesh without UV data mesh = Box () . to_mesh () mesh . vertex_elements...

    docs.aspose.com/3d/python-net/generate-uv/
  5. Public API Changes in Aspose.3D 1.2.0|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Formats How to Triangulate a Mesh This document describes changes...How to Triangulate a Mesh Triangulate mesh is useful for game industry...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  6. 三角网格|Documentation

    Aspose.3D for Java API 支持三角网格,这对游戏行业很有用,因为三角形是GPU硬件支持的唯一受支持的图元 (非三角形数据在驱动程序级别进行三角化,这在实时渲染中效率低下)。...) { Mesh mesh = ( Mesh ) node . getEntity (); if ( mesh != null...null ) { // Triangulate the mesh Mesh newMesh = PolygonModifier...

    docs.aspose.com/3d/zh/java/triangulate-mesh/
  7. 添加节点层次结构并在 3D 场景的多个节点之间共享网格的几何数据|Documentation

    Aspose.3D for Python via .NET 提供生成节点层次结构。节点是场景的基本构建块。节点层次结构定义场景的逻辑结构,并通过将几何图形、灯光和摄影机附加到节点来提供可见内容。...create mesh using polygon builder method to set mesh instance...instance mesh = Common . CreateMeshUsingPolyg () # Point node to the...

    docs.aspose.com/3d/zh/python-net/add-node-hiera...
  8. Create rectangular Torus in 3D Scene|Documentation

    Using Aspose.3D for Python via .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...follows: Create Polygon In Mesh Encoding 3D Mesh in the Google Draco...

    docs.aspose.com/3d/python-net/create-rectangula...
  9. 产生紫外线|Documentation

    Aspose.3D for Java 提供了用于公开GenerateUV方法的PolygonModifier类,您可以使用该类手动生成UV并将其与网格关联。...assume we have a mesh without UV data Mesh mesh = ( new Box ())...toMesh (); mesh . getVertexElements (). remove ( mesh . getElement...

    docs.aspose.com/3d/zh/java/generate-uv/
  10. Add Blind Watermark to PLY File Formats via Jav...

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