Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 17,198 for

scene

(0.13 sec)
  1. Working with VRML Format|Documentation

    Aspose.3D for .NET allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can auto detect the format, so the FileFormat is usually ignored in Open method. The following code snippet shows how open VRML file format....NET // Create a Scene Scene scene = new Scene (); // Open Virtual...Language (VRML) file format scene . Open ( "test.wrl" ); // Work...

    docs.aspose.com/3d/net/working-with-vrml-format/
  2. Changing Plane Orientation|Documentation

    Aspose.3D for Node.js via Java allows changing orientation of a Scene. In order to change the orientation, getUp() and setUp() methods are introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...Initialize Scene var scene = new aspose . threed . Scene (); // Initialize...

    docs.aspose.com/3d/nodejs-java/changing-plane-o...
  3. 阅读 3D 文档|Documentation

    Aspose.3D for Java API 支持阅读各种类型的 3D 文档。... Scene 类的可用构造函数有助于这样做,它们接受有效的文件路径字符串。支持的可读文件格式如下:...Draco 3MF RVM (文本,二进制) ASE Scene类的构造函数在内部检测 3D 文档格式。 导入 3D 文档...

    docs.aspose.com/3d/zh/java/read-3d-document/
  4. Concatenate Quaternions and apply on 3D entitie...

    Aspose.3D for Python via .NET allows developers to combine two rotation transformation into one represented in a quaternion....threed import FileFormat , Scene from aspose.threed.entities...com/aspose-3d/Aspose.3D-for-.NET scene = Scene () q1 = Quaternion . from_euler_angle...

    docs.aspose.com/3d/python-net/concatenate-quate...
  5. 为 3D 模型中的所有网格构建切线和二项式数据|Documentation

    使用 Aspose.3D for .NET API,开发人员可以为任何受支持的 3D 文件中的所有网格构建切线和二项式数据。...一个方法将 Scene 类对象作为参数,另一个方法将 Mesh 类对象作为参数,如下代码示例所示:...an existing 3D file Scene scene = new Scene ( RunExamples . GetDataFilePath...

    docs.aspose.com/3d/zh/net/build-tangent-and-bin...
  6. 在 3D 文档中添加动画属性并设置目标相机|Documentation

    在 Aspose.3D 中,对象动画实际上是对属性进行动画处理的关键帧动画。要对属性进行动画处理,您需要一个将属性的组件映射到不同曲线的CurveMapping实例,例如,Vector3属性可以有3个组件X/Y/Z,这将在CurveMapping中设置三个通道,每个通道都可以有一组曲线。...// Initialize scene object Scene scene = new Scene (); // Call...own translation Node cube1 = scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/add-animation-propert...
  7. 改变平面方向|Documentation

    Aspose.3D for .NET 允许更改场景的方向。为了改变方向,在Plane类中引入了向上向量属性。...// Initialize scene object Scene scene = new Scene (); // Set Vector...Vector scene . RootNode . CreateChildNode ( new Plane () { Up...

    docs.aspose.com/3d/zh/net/changing-plane-orient...
  8. 通過 C# 將 USD 轉換為 ASE | products.aspose.com

    使用 .NET API 轉換 USD 和其他 3D 文件...// 在 Scene 對像中加載 USD var scene = new Aspose.ThreeD.Scene( "template..."template.usd" ); // 將 USD 保存為 ASE scene.Save( "output.ase" , Aspose...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  9. Geometry|Documentation

    Articles about 3D geometries in Aspose.3D for Python via .NET....[ Hide ] Create 3D Mesh and Scene Set up normals or UV on the...among Multiple Nodes of 3D Scene Concatenate Quaternions and...

    docs.aspose.com/3d/python-net/geometry/
  10. Convert USD to OBJ via Python | products.aspose...

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

    products.aspose.com/3d/python-net/conversion/us...