Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 8,551 for

fileformat api

(0.23 sec)
  1. 添加节点层次结构并在 3D 场景的多个节点之间共享网格的几何数据|Documentation

    Aspose.3D for Python via .NET 提供生成节点层次结构。节点是场景的基本构建块。节点层次结构定义场景的逻辑结构,并通过将几何图形、灯光和摄影机附加到节点来提供可见内容。...threed import FileFormat , Scene from aspose.threed...formats scene . save ( output , FileFormat . FBX7500ASCII ) 在多个节点之间共享网格的几何数据...

    docs.aspose.com/3d/zh/python-net/add-node-hiera...
  2. Triangulate Mesh|Documentation

    Aspose.3D for Java Api has support of triangulating mesh, which is useful for game industry because the triangle is the only supported primitive that GPU hardware supports(non-triangle data are triangulated in driver-level, which is inefficient in real-time rendering)....3D for Java API has support of triangulating...); scene . save ( MyDir , FileFormat . FBX7400ASCII ); Split Mesh...

    docs.aspose.com/3d/java/triangulate-mesh/
  3. Specify 3D File Save Options|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions object. Each save format has a corresponding class that holds save options for that save format....ColladaSaveOptions for the FileFormat.Collada save format. Use...from aspose.threed import FileFormat from aspose.threed.formats...

    docs.aspose.com/3d/python-net/specify-3d-file-s...
  4. 三角网格|Documentation

    Aspose.3D for Java Api 支持三角网格,这对游戏行业很有用,因为三角形是GPU硬件支持的唯一受支持的图元 (非三角形数据在驱动程序级别进行三角化,这在实时渲染中效率低下)。...3D for Java API 支持三角网格,这对游戏行业很有用,因为三角形是GPU硬件支持的唯一受支持的图元...); scene . save ( MyDir , FileFormat . FBX7400ASCII ); 分割网格...

    docs.aspose.com/3d/zh/java/triangulate-mesh/
  5. 检测 3D 文件的格式|Documentation

    使用 Aspose.3D for Python via .NET Api,开发人员可能会在打开受支持的 3D 文件之前检测到该文件的格式,因为文件扩展名不能保证文件内容是适当的。...NET API,开发人员可能会在打开受支持的 3D 文件之前检测到该文件...file inputFormat = a3d . FileFormat . detect ( "document.fbx"...

    docs.aspose.com/3d/zh/python-net/detect-format-...
  6. Ինչպես փոխարկել FBX ֆայլը OBJ-ի Python-ում

    Այս ճշգրիտ հոդվածը մանրամասնում է, թե ինչպես փոխարկել FBX ֆայլը OBJ-ի Python-ում: Այն քննարկում է շրջակա միջավայրի կարգավորումը, ալգորիթմը և կոդի հատվածը՝ Python-ում FBX-ին OBJ-ի փոխակերպելու համար:...Pronađite odgovore pomoću API-ja Aspose.Total Product Family...աղբյուրի FBX ֆայլը OBJ ձևաչափով՝ FileFormat դասի WAVEFRONT_OBJ հատկությամբ:...

    kb.aspose.com/hy/3d/python/how-to-convert-fbx-f...
  7. 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....3D API represents a 3D scene. Developers...Rendering) materials, Aspose.3D API internally converts non-PBR materials...

    docs.aspose.com/3d/python-net/customize-non-pbr...
  8. How to Convert FBX File to OBJ in Python

    This precise article elaborates on how to convert FBX file to OBJ in Python. It discusses the environment setup, the algorithm, and a code snippet to convert FBX to OBJ in Python....Find Answers by API Aspose.Total Product Family Aspose.Words...WAVEFRONT_OBJ property of the FileFormat class These steps summarize...

    kb.aspose.com/3d/python/how-to-convert-fbx-file...
  9. Split Mesh|Documentation

    Developers may require 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. Developers can now achieve this by using Aspose.3D for Python via .NET Api....NET API. SplitMeshPolicy enum specifies...from aspose.threed import FileFormat , Scene from aspose.threed...

    docs.aspose.com/3d/python-net/split-mesh/
  10. Merge 3MF File Formats via Java | products.aspo...

    Sample Java merge 3MF file. Use this example code to merge 3MF file within any Web or Desktop Java based application....3D for Java API which is a feature-rich, powerful...powerful and easy to use Merger API for Java platform. You can download...

    products.aspose.com/3d/java/merger/3mf/