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

camera

(0.11 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. 在保存 3D 个视图时应用视觉效果|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以在保存到图像之前对 3D 视图应用视觉效果。这些视觉效果也称为后处理效果或滤镜,它们实时应用于 3D 视图中显示的所有内容。...entities import Camera , Light , LightType from aspose...an instance of the camera camera = Camera () scene . root_node...

    docs.aspose.com/3d/zh/python-net/apply-visual-e...
  3. 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...
  4. 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/
  5. Render a Panorama view of 3D scene|Documentation

    Using Aspose.3D for Python via .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...from_file ( "vc.glb" ) #create a camera for capturing the cube map...

    docs.aspose.com/3d/python-net/render-a-panorama...
  6. 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...
  7. 在 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...
  8. 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-...
  9. Apply Visual Effects on Saving 3D Views|Documen...

    Using Aspose.3D for .NET API, developers may apply visual effects on 3D Views before saving in the image. These visual effects are also known as the post-processing effects or filters those are applied in real-time to everything displayed in the 3D View....instance of the camera Camera camera = new Camera (); scene . RootNode...RootNode . CreateChildNode ( "camera" , camera ). Transform . Translation...

    docs.aspose.com/3d/net/apply-visual-effects-on-...
  10. Apply Visual Effects on Saving 3D Views|Documen...

    Using Aspose.3D for Python via .NET API, developers may apply visual effects on 3D Views before saving in the image. These visual effects are also known as the post-processing effects or filters those are applied in real-time to everything displayed in the 3D View....entities import Camera , Light , LightType from aspose...an instance of the camera camera = Camera () scene . root_node...

    docs.aspose.com/3d/python-net/apply-visual-effe...