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

scene

(0.15 sec)
  1. 产生紫外线|Documentation

    Aspose.3D for .NET 提供了用于公开GenerateUV方法的PolygonModifier类,您可以使用该类手动生成UV并将其与网格关联。下面的代码片段显示了生成和关联它的完整功能。...NET Scene scene = new Scene (); //since all primitive...); //put it to the scene var node = scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/generate-uv/
  2. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D Scene can comprise of any number of viewports. Using Aspose.3D for nodejs-java API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based nodejs-java 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/nodejs-java/aspose-3d-docume...
  3. Merge 3MF File Formats via Java | products.aspo...

    Sample Java merge 3MF file. Use this example code to merge 3MF 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/3mf/
  4. 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/
  5. 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/
  6. Aspose 中的公共 API 更改。3D 1.7.0|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....an existing 3D scene Scene scene = new Scene ( "test.obj" );...it must be attached to the scene before render Camera camera...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  7. 从 C# 中的 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/net/import-3d-scenes-and-...
  8. Working with Watermark|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....Create a 3D Scene First you need to create a 3d scene from a 3d...file = "template.3ds" ; Scene scene = Scene . FromFile ( file );...

    docs.aspose.com/3d/net/working-with-watermark/
  9. 线性挤出加工|Documentation

    Aspose.3D for Node.js via Java 提供了 LinearExtrusion 类,该类接受一个 2D 形状作为输入,并在 3 维空间中扩展该形状。...// 创建场景 var scene = new aspose . threed . Scene (); // 通过传递挤压创建子节点...通过传递挤压创建子节点 scene . getRootNode (). createChildNode ( extrusion );...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  10. Convert USD to 3MF via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as 3MF 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-3mf/