Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 6,522 for

camera

(0.05 sec)
  1. Render a Panorama view of 3D scene|Documentation

    Using Aspose.3D for .NET API, developers can render a panorama view of 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/render-a-panorama-view-o...
  2. Work with XPath-Like Object Queries|Documentation

    Using Aspose.3D for Python via .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. ...entities import Camera , Light # For complete examples...create_child_node ( "c1" ) . add_entity ( Camera ( "cam" )) c . create_child_node...

    docs.aspose.com/3d/python-net/work-with-xpath-l...
  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. Hardware Based Rendering of 3D Geometry|Documen...

    Using Aspose.3D for .NET API, developers can program the GPU (graphics processing unit) and setup the graphics hardware for rendering 3D geometry instead of the fixed function pipeline....InitRenderer () { // Create a default camera, because it's required during...viewport's creation. camera = new Camera (); Scene . RootNode...

    docs.aspose.com/3d/net/hardware-based-rendering...
  5. Render a scene into the cubemap with six faces|...

    Using Aspose.3D for .NET API, developers can render a scene into the cubemap with six faces and save all faces 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/render-a-scene-into-the-...
  6. 在 3D 文档中添加动画属性并设置目标相机|Documentation

    Aspose.3D for Java 支持渲染动画场景。本文介绍移动对象的先决条件。... 代码中正在使用 Scene 、 Camera 、 Node 和 Transform 类。为了保存正在使用的...createChildNode ( "camera" , new Camera ()); // Set camera node translation...

    docs.aspose.com/3d/zh/java/add-animation-proper...
  7. Work with XPath-Like Object Queries|Documentation

    Using Aspose.3D for Java, you can select one or more objects under the current node using XPath-Like query syntax.... addEntity ( new Camera ( "cam" )); // Create a sub-child...//select objects that has type Camera or name is 'light' whatever...

    docs.aspose.com/3d/java/work-with-xpath-like-ob...
  8. 3D 几何图形的基于硬件的呈现|Documentation

    使用 Aspose.3D for .NET API,开发人员可以对GPU (图形处理单元) 进行编程,并设置图形硬件来渲染 3D 几何图形,而不是固定函数管道。...InitRenderer () { // Create a default camera, because it's required during...viewport's creation. camera = new Camera (); Scene . RootNode...

    docs.aspose.com/3d/zh/net/hardware-based-render...
  9. Create 3D Presentations in .NET|Aspose.Slides D...

    Generate interactive 3D presentations in .NET with Aspose.Slides effortlessly. Export quickly to PowerPoint and OpenDocument formats for versatile use.... Camera : is used to imitate camera movements around...this property is closed to Camera, you can set the rotation of...

    docs.aspose.com/slides/net/3d-presentation/
  10. 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...