Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 17,281 for

scene

(0.27 sec)
  1. Generate Normal Data for All Meshes in a 3D Fil...

    Using Aspose.3D for .NET, developers can generate normal data for all meshes in any 3D model (without the normal data)....has smoothing group Scene s = new Scene ( RunExamples . GetDataFilePath...

    docs.aspose.com/3d/net/generate-normal-data-for...
  2. Generate Normal Data for All Meshes of 3D Model...

    Aspose.3D for Java API has support of generating normal data for all meshes of 3D model (without the normal data)....has smoothing group Scene s = new Scene ( MyDir + "camera.3ds"...

    docs.aspose.com/3d/java/generate-normal-data-fo...
  3. 通過 C# 將 USD 轉換為 X | products.aspose.com

    使用 .NET API 轉換 USD 和其他 3D 文件...// 在 Scene 對像中加載 USD var scene = new Aspose.ThreeD.Scene( "template..."template.usd" ); // 將 USD 保存為 X scene.Save( "output.x" , Aspose.ThreeD...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  4. Convert FBX to STL in Python

    Convert FBX to STL in Python with Aspose.3D SDK. Follow this guide for quick installation, performance tips, error handling, and full sample code....used for storing complex 3D scenes, while STL is one of the most...load FBX files, process 3D scenes, and export them as STL without...

    blog.aspose.com/3d/convert-fbx-to-stl-in-python/
  5. Work with XPath-Like Object Queries|Documentation

    Using Aspose.3D for Python via .NET, you can select one or more objects under the current node using XPath-Like query syntax. The query syntax was inspired by XPath, so most concepts and syntax are similar, the query syntax is compatible with URL so it will be used in our cloud version in the future. ...threed import Scene from aspose.threed.entities...3D-for-.NET # Create a scene for testing s = Scene () a = s . root_node...

    docs.aspose.com/3d/python-net/work-with-xpath-l...
  6. Aspose.3D Boolean operations on meshes | produc...

    Learn how to do Boolean operation on meshes...manipulate, create, and render 3D scenes. This document outlines one...demonstrates how to create a scene containing two meshes without...

    products.aspose.com/3d/tutorial/boolean-operati...
  7. Convert GLTF to USDZ via Java | products.aspose...

    Sample Java conversion code for GLTF format to USDZ file. Use this example code to convert GLTF to USDZ within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/gltf-to-...
  8. Convert GLB to GLTF via Java | products.aspose.com

    Sample Java conversion code for GLB format to GLTF file. Use this example code to convert GLB to GLTF within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/glb-to-g...
  9. Create your Lithophane from TGA File Formats vi...

    Sample Java lithophane code for TGA file. Use this example code to create your lithophane from TGA file within any Web or Desktop Java based application....file loads 3d scene through Mesh class Call the Scene.Save method...//Generate 3d scene and save objects Scene scene = new Scene(mesh);...

    products.aspose.com/3d/java/lithophane/tga/
  10. How to Run Aspose.3D in Docker|Documentation

    Run Aspose.3D in a Docker container for Linux, Windows Server and any OS. ...// Initialize scene object Scene scene = new Scene (); // Set Vector...Vector scene . RootNode . CreateChildNode ( new Plane () { Up...

    docs.aspose.com/3d/net/how-to-run-aspose-3d-in-...