Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 8,526 for

fileformat api

(0.17 sec)
  1. 在 C# 中指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions对象。每种保存格式都有一个相应的类,该类保存该保存格式的保存选项。...应的类,该类包含该保存格式的保存选项,例如,对于 FileFormat.Collada 保存格式,有 ColladaSaveOptions...saveOpts = new FbxSaveOptions ( FileFormat . FBX7500ASCII ); // Generates...

    docs.aspose.com/3d/zh/net/specify-3d-file-save-...
  2. Aspose.PSD for Java | Aspose API References

    Aspose.PSD for Java Api References contain examples, code snippets, and Api documentation. It provides packages, classes, interfaces, and other Api details....fileformats The package contains graphics...aspose.psd.fileformats.ai com.aspose.psd.fileformats.bmp The package...

    reference.aspose.com/psd/java/
  3. Convert GLB to FBX in Python | GLB Files to FBX

    Learn how to convert GLB to FBX in Python with Aspose.3D for Python. This guide shows installation, a code example, and best practices for accurate 3D conversion.... The API is designed to preserve important...as a3d You can evaluate the API without applying a license. For...

    blog.aspose.com/3d/convert-glb-to-fbx-in-python/
  4. Python and .NET Version Differences|Aspose.Imag...

    Aspose.Imaging for Python via .NET is a wrapper of Aspose.Imaging for .NET, this page describes the differences in features and Api of these two products....differences in features and API, which are described on this...Image from aspose.imaging.fileformats.jpeg import JpegImage import...

    docs.aspose.com/imaging/python-net/python-notes/
  5. Licensing|Documentation

    Aspose.3D for Python via .NET provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies....be billed based on the use of API features can use the Metered...metered data amount before calling API amountbefore = a3d . metered...

    docs.aspose.com/3d/python-net/licensing/
  6. Aspose 中的公共 API 更改。3D 16.11.0|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....Aspose 中的公共 API 更改。3D 16.11.0 Contents [ Hide ] 内容摘要 在 Aspose...GLTFSaveOptions类 - 在 Aspose.ThreeD.FileFormat类中添加 glTF 格式项 - 在 Aspose.ThreeD...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  7. Aspose 中的公共 API 更改。3D 1.7.0|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....Aspose 中的公共 API 更改。3D 1.7.0 Contents [ Hide ] 内容摘要 添加 Aspose...Quaternion类中添加Concate方法 本文档介绍了对 Aspose.3D API 从版本1.5.0到1.7.0的更改,模块/应用程序开发人...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  8. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for .NET Api allows developers to convert any mesh object to triangle mesh with custom memory layout of the vertex. The custom memory layout of the Vertex is defined using the Struct or dynamically by VertexDeclaration class in the code examples....NET API allows developers to convert...formats scene . Save ( output , FileFormat . FBX7400ASCII ); Console...

    docs.aspose.com/3d/net/convert-mesh-to-triangle...
  9. Set up normals or UV on the Cube and Add Materi...

    How to create normals or uv data on a mesh in Aspose.3D....3D API to apply PBR material to 3D objects..."C:\3D\PBR_Material_Box_Out.stl" , FileFormat . STLASCII ); Adding Transformation...

    docs.aspose.com/3d/net/set-up-normals-or-uv-on-...
  10. Set up normals or UV on Cube and Add Material t...

    Aspose.3D for Java offers to manage normals and UV on the geometric shapes. A mesh stores the key properties for every vertex, position in space, and its normal, known as a vector perpendicular to the original surface. The normal is major to shading counts and should be a unit vector. Most mesh formats also support some form of UV coordinates which are a separate 2D representation of the mesh "unfolded" to show what portion of a 2-dimensional texture map to apply to different polygons of the mesh.... save ( MyDir , FileFormat . FBX7400ASCII ); We specified...Developers can use Aspose.3D API to apply PBR material to 3D objects...

    docs.aspose.com/3d/java/set-up-normals-or-uv-on...