Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 16,637 for

scene

(0.04 sec)
  1. Compress STL File Formats via JAVA | products.a...

    Sample Java compression code for STL file. Use this example code to compress STL file within any Web or Desktop Java based application....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/java/compression/stl/
  2. C# 3D Formats Lithophane | products.aspose.com

    Create your Lithophane from image format jpg jpeg png tga bmp gif tiff via .NET library using a few lines of C# code....through an instance of the scene class , perform calculation...Create your Lithophane from 3D Scene to various formats Developers...

    products.aspose.com/3d/net/lithophane/
  3. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for Node.js via Java 提供了AmfSaveOptions类,允许您根据需要设置压缩的布尔值。...格式文件的完整功能: var scene = new aspose . threed . Scene (); var box =...threed . Box (); var node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/export-scene-...
  4. 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....Hide ] Split all Meshes of Scene Per Material Aspose.3D for Java...support to split all meshes of a scene into several sub meshes per...

    docs.aspose.com/3d/java/split-mesh/
  5. 向 3D 实体添加材质|Documentation

    PBR 在游戏引擎视觉效果中起着关键作用,它通过衰减亮度以及散射反射光,实现了光线与表面之间交互的高效且逼真的渲染。开发人员可以使用 Aspose.3D API 将 PBR 材质应用于场景中的 3D 对象。此代码示例演示了如何创建 Box 对象,然后应用 PBR 材质。...// 初始化场景 var scene = new aspose . threed . Scene (); // 初始化 PBR...创建将应用材料的 Box var boxNode = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/add-material-...
  6. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept LoadOptions instance....are several Scene.open method overloads or Scene class constructor...); // initialize Scene class object var scene = new aspose . threed...

    docs.aspose.com/3d/nodejs-java/specify-3d-file-...
  7. Convert USD to GLTF via Python | products.aspos...

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as GLTF with C# Load USD file...using a from_file of Scene class Call Scene.save method Pass output...

    products.aspose.com/3d/python-net/conversion/us...
  8. Convert USD to STL via Python | products.aspose...

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as STL with C# Load USD file...using a from_file of Scene class Call Scene.save method Pass output...

    products.aspose.com/3d/python-net/conversion/us...
  9. Convert USDZ to ASE via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as ASE with C# Load USDZ file...using a constructor of Scene class Call Scene.Save method Pass output...

    products.aspose.com/3d/net/conversion/usdz-to-ase/
  10. Convert USD to GLTF via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as GLTF with C# Load USD file...using a constructor of Scene class Call Scene.Save method Pass output...

    products.aspose.com/3d/net/conversion/usd-to-gltf/