Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 5,317 for

aspose.3d fileformat api

(1.8 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....Entities Contents [ Hide ] Aspose.3D for Python via .NET offers...achieved by VertexElement . In Aspose.3D we can map extra information...

    docs.aspose.com/3d/python-net/set-up-normals-or...
  2. 转换 PLY 文件中单个 3D 对象的网格|Documentation

    由PlyFormat类公开的重载EncodeMesh成员可用于将 3D 对象的网格转换为 PLY 文件。EncodeMesh成员将网格、输出文件名和PlySaveOptions对象作为参数。使用 PLY 保存选项,开发人员可以更改坐标组件的名称。...Contents [ Hide ] Aspose.3D for Python via .NET API 允许开发人员转换 PLY 文件中单个...from aspose.threed import FileFormat , FileContentType from aspose...

    docs.aspose.com/3d/zh/python-net/convert-mesh-o...
  3. 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....Node Contents [ Hide ] Aspose.3D for Java API has support to rotate...Transform to access these in Aspose.3D Affine transformations include:...

    docs.aspose.com/3d/java/adding-transformation-t...
  4. Customize Non-PBR to PBR Materials Conversion b...

    The Scene class of the Aspose.3d for Java Api represents a 3D scene and developers can build a 3D scene by adding various entities....Scene class of the Aspose.3D for Java API represents a 3D scene...Based Rendering) materials, Aspose.3D API internally converts non-PBR...

    docs.aspose.com/3d/java/customize-non-pbr-to-pb...
  5. 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)....Mesh Contents [ Hide ] Aspose.3D for Java API has support of triangulating...); scene . save ( MyDir , FileFormat . FBX7400ASCII ); Split Mesh...

    docs.aspose.com/3d/java/triangulate-mesh/
  6. 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. Developers...Based Rendering) materials, Aspose.3D API internally converts non-PBR...

    docs.aspose.com/3d/net/customize-non-pbr-to-pbr...
  7. Save 3D Scene as HTML|Documentation

    Aspose.3d for Java provides **HtmlSaveOptions** class to save a save 3D scene as HTML.... Save 3D Scene as HTML Aspose.3D for Java provides HtmlSaveOptions...export the scene into HTML5 file, API will export three files, an HTML...

    docs.aspose.com/3d/java/save-3d-scene-as-html/
  8. Build Tangent and Binormal data for all Meshes ...

    With Aspose.3d for Java Api, developers can build tangent and binormal data for all meshes in any supported 3D document....Contents [ Hide ] With Aspose.3D for Java API, developers can build..."BuildTangentAndBinor_out.fbx" , FileFormat . FBX7400ASCII ); Convert...

    docs.aspose.com/3d/java/build-tangent-and-binor...
  9. 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....Hide ] Using Aspose.3D for Python via .NET API, developers can...scene . save ( "rtorus.obj" , FileFormat . WAVEFRONT_OBJ ) The generated...

    docs.aspose.com/3d/python-net/create-rectangula...
  10. 转换 PLY 文件中单个 3D 对象的网格|Documentation

    由PlyFormat类公开的重载EncodeMesh成员可用于将 3D 对象的网格转换为 PLY 文件。EncodeMesh成员将网格、输出文件名和PlySaveOptions对象作为参数。使用 PLY 保存选项,开发人员可以更改坐标组件的名称。...对象的网格 Contents [ Hide ] Aspose.3D for .NET API 允许开发人员转换 PLY 文件中单个...object and save it to ply file FileFormat . PLY . EncodeMesh ( new...

    docs.aspose.com/3d/zh/net/convert-mesh-of-a-sin...