Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 16,175 for

scene

(0.04 sec)
  1. Add Material to 3D Entities|Documentation

    PBR plays a key role for the game engine visuals, with its efficient and realistic rendering of interactions between light and surface via attenuation of the brightness and scattering of reflected light. Developers can use Aspose.3D API to apply PBR material to 3D objects in a Scene. This code example demonstrates to how to create a Box object, and then apply the PBR material....material to 3D objects in a scene. This code example demonstrates...initialize a scene var scene = new aspose . threed . Scene (); // initialize...

    docs.aspose.com/3d/nodejs-java/add-material-to-...
  2. FAQs|Documentation

    Frequently asked questions about Aspose.3D for .net....can work when you save the scene to a different format type.... Q: Why animation on scene’s root node is not working when serialized...

    docs.aspose.com/3d/net/faqs/
  3. Extract Assets from VRML File Formats via Java ...

    Sample Java extract assets code for VRML file. Use this example code to extract assets from VRML file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...instance of Scene Scene scene = new Scene(); scene.open(file,...

    products.aspose.com/3d/java/extractor/vrml/
  4. Aspose.3D 17.2.0中的公共 API 更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....XText ; // load X file Scene Xfile = new Scene ( "3D.x" ); 添加 Aspose...initialize Scene class object Scene scene = new Scene (); // initialize...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  5. Merge GLTF File Formats via Java | products.asp...

    Sample Java merge GLTF file. Use this example code to merge GLTF 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/gltf/
  6. Merge X File Formats via Java | products.aspose...

    Sample Java merge X file. Use this example code to merge X 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/x/
  7. Merge AMF File Formats via Java | products.aspo...

    Sample Java merge AMF file. Use this example code to merge AMF 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/amf/
  8. Merge USDZ File Formats via Java | products.asp...

    Sample Java merge USDZ file. Use this example code to merge USDZ 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/usdz/
  9. Installation|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....threed as a3d scene = a3d . Scene () scene . root_node . create_child_node...a3d . entities . Cylinder ()) scene . save ( "Cylinder.fbx" , a3d...

    docs.aspose.com/3d/zh/python-net/installation/
  10. Customize axis system for obj format|Documentation

    OBJ have no default coordinate system, we can manually define axis system for it....defined by scene.AssetInfo.CoordinateSystem, scene.AssetInfo.UpVector...UpVector, scene.AssetInfo.FrontVector opt . FlipCoordinateSystem...

    docs.aspose.com/3d/net/customize-axis-system-fo...