Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 17,177 for

scene

(0.08 sec)
  1. 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/
  2. 改变平面方向|Documentation

    Aspose.3D for Java 允许更改场景的方向。为了改变方向,在Plane类中引入了getUp() 和setUp() 方法。...(); // Initialize Scene Scene scene = new Scene (); // Initialize...new Vector3 ( 1 , 1 , 3 )); scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/changing-plane-orien...
  3. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D Scene can comprise of any number of viewports. Using Aspose.3D for Python via .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based application or an image....in-memory representation of a 3D scene. It provides developers with...content and formatting of a 3D scene programmatically. In this section...

    docs.aspose.com/3d/python-net/aspose-3d-documen...
  4. Convert USD to ASE via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as ASE 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-ase/
  5. 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/
  6. Python via .NET 3D Formats Conversion | product...

    Convert 3D formats 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x with few lines of C# code via Python library....source file via instance of Scene class , and calling the Save...format parameter. Convert 3D Scene to various formats Developers...

    products.aspose.com/3d/python-net/conversion/
  7. 使用 VRML 格式|Documentation

    Aspose.3D for Java 允许使用 VRML 版本1.0。VRML 文件格式已添加到FileFormat类中。Aspose.3D 可以自动检测 VRML 格式,因此在Open方法中通常忽略FileFormat。...// initialize a scene Scene scene = new Scene (); // open Virtual...Language (VRML) file format scene . open ( MyDir + "test.wrl"...

    docs.aspose.com/3d/zh/java/working-with-vrml-fo...
  8. Extract Assets from USD File Formats via Java |...

    Sample Java extract assets code for USD file. Use this example code to extract assets from USD 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/usd/
  9. Public API Changes in Aspose.3D 1.1.0|Documenta...

    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....in the behavior behind the scenes in Aspose.3D. FBX7200ASCII...C# // save scene in the FBX7200ASCII format scene . Save ( "C:\\temp\\Output...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  10. Extract Assets from 3DS File Formats via .NET |...

    C# source code to load, render and add extract assets from 3DS documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...= "template.3ds" ; Scene scene = new Scene(file); //The output...

    products.aspose.com/3d/net/extractor/3ds/