Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 17,178 for

scene

(0.07 sec)
  1. Merge PDF File Formats via Java | products.aspo...

    Sample Java merge PDF file. Use this example code to merge PDF file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/pdf/
  2. Merge STL File Formats via Java | products.aspo...

    Sample Java merge STL file. Use this example code to merge STL file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/stl/
  3. 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.... One method takes the Scene class object as a parameter...an existing 3D file Scene scene = new Scene ( MyDir + "document...

    docs.aspose.com/3d/java/build-tangent-and-binor...
  4. Changing Plane Orientation|Documentation

    Aspose.3D for Python via .NET allows changing orientation of a Scene. In order to change the orientation, Up vector property is introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/python-net/changing-plane-or...
  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)....Initialize scene object Scene scene = new Scene (); scene . open...( MyDir + "document.fbx" ); scene . getRootNode (). accept ( new...

    docs.aspose.com/3d/java/triangulate-mesh/
  6. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for .NET 提供AmfSaveOptions类,允许您根据需要设置压缩的bool值。默认情况下,该值设置为true。...NET // Load a scene Scene scene = new Scene (); var box = new...new Box (); var tr = scene . RootNode . CreateChildNode ( box...

    docs.aspose.com/3d/zh/net/export-scene-to-compr...
  7. 将 3D 模型中的所有多边形转换为三角形|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以在任何受支持的 3D 文件中将所有多边形转换为三角形。...类中添加了另一个 triangulate 方法的重载,它将 Scene 类对象作为参数,如下面的代码示例所示: from aspose...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/zh/python-net/convert-all-po...
  8. 在 C# 中指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions对象。每种保存格式都有一个相应的类,该类保存该保存格式的保存选项。...文件保存选项 有几个接受SaveOptions对象的 Scene.Save 方法重载。这应该是从 SaveOptions...3D Scene scene = Scene . FromFile "document.fbx" ); scene . Save...

    docs.aspose.com/3d/zh/net/specify-3d-file-save-...
  9. 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....Conversion before Saving 3D Scenes to GLTF 2.0 Format in C# Contents...The Scene class of the Aspose.3D API represents a 3D scene. Developers...

    docs.aspose.com/3d/net/customize-non-pbr-to-pbr...
  10. Working with Radius of Sphere|Documentation

    Using Aspose.3D for Node.js via Java, you can set of get radius of a sphere....initialize a scene var scene = new aspose . threed . Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/nodejs-java/working-with-rad...