Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 127,438 for

aspose.3d

(0.2 sec)
  1. Split Mesh|Documentation

    Aspose.3d for Java API has support to split all meshes of a scene into several sub meshes per material. The SplitMesh method will not split a mesh of the scene, if it has been assigned a single material. It can be achieved by using Aspose.3d for Java API....Meshes of Scene Per Material Aspose.3D for Java API has support to...can be achieved by using Aspose.3D for Java API. SplitMeshPolicy...

    docs.aspose.com/3d/java/split-mesh/
  2. Render 3D View in Image format from Camera|Docu...

    Using Aspose.3d for Python via .NET, developers can render an image to view a realistic image of 3D model, with or without the enhanced background, textures, shadows and also adjust the image size....Camera Contents [ Hide ] Using Aspose.3D for Python via .NET , developers...https:# github.com/aspose-3d/Aspose.3D-for-.NET # Load scene from...

    docs.aspose.com/3d/python-net/render-3d-view-in...
  3. Convert USD to JT via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...Tiếng Việt 繁體中文 Products Aspose.3D .NET Conversion USD to JT...command line as nuget install Aspose.3d or via Package Manager Console...

    products.aspose.com/3d/net/conversion/usd-to-jt/
  4. Convert USD to RVM via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...Tiếng Việt 繁體中文 Products Aspose.3D .NET Conversion USD to RVM...command line as nuget install Aspose.3d or via Package Manager Console...

    products.aspose.com/3d/net/conversion/usd-to-rvm/
  5. 改变平面方向|Documentation

    Aspose.3d for Node.js via Java 允许更改场景的方向。为了改变方向,在Plane类中引入了getUp() 和setUp() 方法。... 改变平面方向 Aspose.3D for Node.js via Java 允许更改场景的方向。为了改变方向,在...aspose . threed = require ( "aspose.3d" ); // Initialize Scene var...

    docs.aspose.com/3d/zh/nodejs-java/changing-plan...
  6. IFC support|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...Hide ] IFC Support Overview Aspose.3D for .NET can import IFC files...versions are all supported by Aspose.3D, allowing you to load IFC...

    docs.aspose.com/3d/net/supported-file-formats/ifc/
  7. Developer Guide|Documentation

    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....Saving 3D Scene 3D Modeling Aspose.3D Document Object Model (DOM)...

    docs.aspose.com/3d/nodejs-java/developer-guide/
  8. Customize Non-PBR to PBR Materials Conversion b...

    The Scene class of the Aspose.3d API represents a 3D scene. Developers can already build a 3D scene by adding various entities. GLTF 2.0 only supports PBR (Physically Based Rendering) materials, Aspose.3d API internally converts non-PBR materials into PBR materials before exporting into GLTF 2.0....] The Scene class of the Aspose.3D API represents a 3D scene...Based Rendering) materials, Aspose.3D API internally converts non-PBR...

    docs.aspose.com/3d/net/customize-non-pbr-to-pbr...
  9. Triangulation of a Simple Polygon|Documentation

    Using Aspose.3d for Python via .NET API, developers can triangulate a simple polygon. Any polygon can be divided into triangles. All of the operations and calculations for triangles can be piecewise applied to the polygon....Polygon Contents [ Hide ] Using Aspose.3D for Python via .NET API, developers...triangulating a polygon using Aspose.3D API. We have prepared a demo...

    docs.aspose.com/3d/python-net/triangulation-of-...
  10. Add Material to 3D Entities|Documentation

    PBR plays a key role for the game engine visuals, with its efficient and realistic rendering of interactions between light and surface via attenuation of the brightness and scattering of reflected light. Developers can use Aspose.3d API to apply PBR material to 3D objects in a scene. This code example demonstrates to how to create a Box object, and then apply the PBR material.... Developers can use Aspose.3D API to apply PBR material...aspose . threed = require ( "aspose.3d" ); // initialize a scene...

    docs.aspose.com/3d/nodejs-java/add-material-to-...