Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 17,178 for

scene

(0.12 sec)
  1. Merge VRML File Formats via Java | products.asp...

    Sample Java merge VRML file. Use this example code to merge VRML 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/vrml/
  2. Merge DAE File Formats via Java | products.aspo...

    Sample Java merge DAE file. Use this example code to merge DAE 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/dae/
  3. Working with VRML Format|Documentation

    Aspose.3D for Java allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can auto detect VRML format, so the FileFormat is usually ignored in Open method....// initialize a scene Scene scene = new Scene (); // open Virtual...Language (VRML) file format scene . open ( MyDir + "test.wrl"...

    docs.aspose.com/3d/java/working-with-vrml-format/
  4. Generate UV|Documentation

    Aspose.3D for Java offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the mesh. ... getDataDir (); Scene scene = new Scene (); //since all primitive...); //put it to the scene Node node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/java/generate-uv/
  5. Convert USD to DXF via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as DXF 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-dxf/
  6. Convert USD to X via C# | products.aspose.com

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

    products.aspose.com/3d/net/conversion/usd-to-x/
  7. 从 PDF 导入 3D 场景和内容|Documentation

    Aspose 的场景类。3D API 表示 3D 场景。开发人员可以从 PDF 文件中提取 3D 场景和内容。...3D API 的 Scene 类表示 3D 场景。开发人员可以从 PDF 文件中提取...3D 场景和内容。 从受密码保护的 PDF 打开场景 Scene 类的 open 方法允许从输入 PDF 文件加载 3D...

    docs.aspose.com/3d/zh/python-net/import-3d-scen...
  8. Public API Changes in Aspose.3D 1.2.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. Setup the Target...code: C# Scene scene = new Scene (); Node cameraNode = scene . RootNode...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  9. Working with Linear Extrusion|Documentation

    Aspose.3D for Python via .NET offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....threed import FileFormat , Scene from aspose.threed.entities...extrusion # Create a scene scene = Scene () # Create a child node...

    docs.aspose.com/3d/python-net/working-with-line...
  10. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D Scene can comprise of any number of viewports. Using Aspose.3D for .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based .NET 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/net/aspose-3d-document-objec...