Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 17,178 for

scene

(0.06 sec)
  1. Merge GLB File Formats via Node.js | products.a...

    Sample Node.js merger code for GLB file. Use this example code to merge GLB file within any Web based application....through the constructor of the Scene class Process usdz files and...in your project. Node.js 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/nodejs-java/merger/glb/
  2. Merge GLB File Formats via Java | products.aspo...

    Sample Java merge GLB file. Use this example code to merge GLB 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/glb/
  3. Merge 3DS File Formats via Java | products.aspo...

    Sample Java merge 3DS file. Use this example code to merge 3DS 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/3ds/
  4. Merge PLY File Formats via Java | products.aspo...

    Sample Java merge PLY file. Use this example code to merge PLY 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/ply/
  5. Supported File Formats|Documentation

    The following table indicates the file formats that Aspose.3D for Node.js via Java can load and Save....format ASE 3D Studio Max’s ASCII Scene Exporter format RVM AVEVA Plant...USD Universal Scene Description USDZ Universal Scene Description...

    docs.aspose.com/3d/nodejs-java/supported-file-f...
  6. 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 .NET API....Hide ] Split All Meshes of a Scene Per Material Developers may...require to split all meshes of a scene into several sub meshes per...

    docs.aspose.com/3d/net/split-mesh/
  7. 暴露几何变换|Documentation

    Aspose.3D for Node.js via Java 允许暴露 3D 场景的几何变换。您可以使用 evaluateGlobalTransform 方法评估全局变换。...初始化场景对象 var scene = new aspose . threed . Scene (); // 初始化圆柱体...// 创建 ChildNode var Node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/expose-geomet...
  8. 在保存 3D 个视图时应用视觉效果|Documentation

    使用 Aspose.3D for .NET API,开发人员可以在保存到图像之前对 3D 视图应用视觉效果。这些视觉效果也称为后处理效果或滤镜,它们实时应用于 3D 视图中显示的所有内容。...existing 3D scene Scene scene = Scene . FromFile ( "scene.obj" );...Camera camera = new Camera (); scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/apply-visual-effects-...
  9. Converting a 3ds file to STL format results in ...

    Hi, I’m upgrading Aspose 3D to lastest version and meet an issue when converting a 3DS file to STL file format. Background: With version Aspose.3D 19.10, my 3DS file can convert to STL format with a 1.63MB file output…...var scene = new Scene(); scene.Open(“benign.3ds”); scene.Save(“benign...only such polygons, scene.Open() creates a scene that has no mesh...

    forum.aspose.com/t/converting-a-3ds-file-to-stl...
  10. Generate Point Cloud to OBJ File Formats via .N...

    C# source code to load, render and add generate point cloud to OBJ documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/net/point-cloud/obj/