Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 6,513 for

camera

(1.23 sec)
  1. Render 3D Scene with Panorama Mode in Depth|Doc...

    Using Aspose.3D for .NET API, developers can render a 3D scene with panorama mode in depth instead of the colors....In this article, we create a Camera and two Light objects to capture...//create a camera for capturing the cube map Camera cam = new...

    docs.aspose.com/3d/net/render-3d-scene-with-pan...
  2. 在 3D 文档中添加动画属性并设置目标相机|Documentation

    在 Aspose.3D 中,对象动画实际上是对属性进行动画处理的关键帧动画。要对属性进行动画处理,您需要一个将属性的组件映射到不同曲线的CurveMapping实例,例如,Vector3属性可以有3个组件X/Y/Z,这将在CurveMapping中设置三个通道,每个通道都可以有一组曲线。... 代码中正在使用 Scene 、 Camera 、 Node 和 Transform 类。要保存正在使用的...CreateChildNode ( "camera" , new Camera ()); // Set camera node translation...

    docs.aspose.com/3d/zh/net/add-animation-propert...
  3. Create 3D Presentations in Python|Aspose.Slides...

    Generate interactive 3D presentations in Python with Aspose.Slides effortlessly. Export quickly to PowerPoint and OpenDocument formats for versatile use.... camera : simulate camera movement around the...the object; by adjusting camera rotation, zoom, and other properties...

    docs.aspose.com/slides/python-net/3d-presentation/
  4. Aspose.3D 1.2.0中的公共 API 更改|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....文件中设置目标和相机 在某些文件格式中,light/camera支持目标,这允许light/camera始终面对指定的节点,这在动画中很有用。示例代码:... CreateChildNode ( "camera" , new Camera ()); cameraNode . Transform...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  5. 使用类似XPath的对象查询|Documentation

    使用 Aspose.3D for .NET,可以使用类似XPath的查询语法选择当前节点下的一个或多个对象。查询语法受到XPath的启发,因此大多数概念和语法都是相似的,查询语法与URL兼容,因此将来将在我们的云版本中使用。... AddEntity ( new Camera ( "cam" )); c . CreateChildNode...//select objects that has type Camera or name is 'light' whatever...

    docs.aspose.com/3d/zh/net/work-with-xpath-like-...
  6. Create a Fish-eye lens effect on 3D scene and s...

    Using Aspose.3D for .NET API, developers can create a Fisheye lens effect on 3D scene and save that view into the supported image formats....In this article, we create a Camera and two Light objects to capture...//create a camera for capturing the cube map Camera cam = new...

    docs.aspose.com/3d/net/create-a-fisheye-lens-ef...
  7. Work with XPath-Like Object Queries|Documentation

    Using Aspose.3D for .NET, you can select one or more objects under the current node using XPath-Like query syntax. The query syntax was inspired by XPath, so most concepts and syntax are similar, the query syntax is compatible with URL so it will be used in our cloud version in the future. ... AddEntity ( new Camera ( "cam" )); c . CreateChildNode...//select objects that has type Camera or name is 'light' whatever...

    docs.aspose.com/3d/net/work-with-xpath-like-obj...
  8. 使用类似XPath的对象查询|Documentation

    使用 Aspose.3D for Java,可以使用类似XPath的查询语法选择当前节点下的一个或多个对象。... addEntity ( new Camera ( "cam" )); // Create a sub-child...//select objects that has type Camera or name is 'light' whatever...

    docs.aspose.com/3d/zh/java/work-with-xpath-like...
  9. 使用类似XPath的对象查询|Documentation

    使用 Aspose.3D for Python via .NET,您可以使用类似XPath的查询语法选择当前节点下的一个或多个对象。查询语法受到XPath的启发,因此大多数概念和语法都是相似的,查询语法与URL兼容,因此将来将在我们的云版本中使用。...entities import Camera , Light # For complete examples...create_child_node ( "c1" ) . add_entity ( Camera ( "cam" )) c . create_child_node...

    docs.aspose.com/3d/zh/python-net/work-with-xpat...
  10. Animation|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....Animation Property and Setup Target Camera in 3D document Working with...

    docs.aspose.com/3d/net/animation/