Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 17,178 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. Aspose.3D Change the direction of a Plane | pro...

    Learn how to change the direction of a Plane...3D library to create a new scene, and then we will create a plane...plane within the 3D scene. By changing the plane’s direction...

    products.aspose.com/3d/tutorial/change-directio...
  3. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...initialize a scene from aspose.threed import Scene from aspose...FileFormat scene = Scene () # create a Box instance box = scene . root_node...

    docs.aspose.com/3d/zh/python-net/manipulate-cus...
  4. 从相机以图像格式渲染 3D 视图|Documentation

    使用 Aspose.3D for .NET,开发人员可以渲染图像以查看 3D 模型的逼真图像,具有或不具有增强的背景、纹理、阴影,还可以调整图像大小。... 从相机拍摄 3D 模型的照片 Scene 类公开的 Render 方法可用于从活动相机拍摄照片。...NET // Load scene from file Scene scene = Scene . FromFile (...

    docs.aspose.com/3d/zh/net/render-3d-view-in-ima...
  5. 在 C# 中加载 3D 场景时CancellationToken|Documentation

    您可以使用CancellationTokenSource取消保存/打开任务在任何时候你需要与 C# 3D 文件操作和转换 API。...CancellationTokenSou (); Scene scene = new Scene (); cts . CancelAfter...CancelAfter ( 1000 ); try { scene . Open ( "document.fbx" , cts . Token...

    docs.aspose.com/3d/zh/net/cancellationtoken-whi...
  6. Working with Linear Extrusion|Documentation

    Aspose.3D for .NET offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....}; // Create a scene Scene scene = new Scene (); // Create a...child node by passing extrusion scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/net/working-with-linear-extr...
  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. 产生紫外线|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/
  9. 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/
  10. Working with Cylinder|Documentation

    Aspose.3D for .NET allows customizing Offset Top of a cylinder. In order to use this functionality, you can use Offset property of Cylinder class....NET // Create a scene Scene scene = new Scene (); // Initialize..., 0 ); // Create ChildNode scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/net/working-with-cylinder/