Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 6,522 for

camera

(0.1 sec)
  1. 在 3D 个几何体上投射和接收阴影|Documentation

    通常,某些 3D 文件格式可以在几何图形 (如 FBX) 中存储与阴影相关的设置。使用 Aspose.3D for .NET,开发人员可以通过从光源的视点映射阴影来渲染图像。图像质量取决于光源、仰角和相机与几何对象之间的距离。...new Scene (); Camera camera = new Camera (); camera . NearPlane...RootNode . CreateChildNode ( "camera" , camera ); Light light ; scene...

    docs.aspose.com/3d/zh/net/cast-and-receive-shad...
  2. 捕获 3D 场景的视口并渲染到纹理或窗口|Documentation

    每个 3D 场景可以包含任意数量的视口。使用 Aspose.3D for .NET API,开发人员可以在单个屏幕截图中捕获一个或多个视口。他们可以在基于GUI的 .NET 应用程序或图像中呈现它。...instance of the camera Camera camera = new Camera (); scene . RootNode...RootNode . CreateChildNode ( "camera" , camera ). Transform . Translation...

    docs.aspose.com/3d/zh/net/capture-the-viewports...
  3. 捕获 3D 场景的视口并渲染到纹理或窗口|Documentation

    每个 3D 场景可以包含任意数量的视口。使用 Aspose.3D for Python via .NET API,开发人员可以在单个屏幕截图中捕获一个或多个视口。他们可以在基于GUI的 .NET 应用程序或图像中呈现它。...entities import Camera , Light , LightType from aspose...an instance of the camera camera = Camera () scene . root_node...

    docs.aspose.com/3d/zh/python-net/capture-the-vi...
  4. Public API Changes in Aspose.3D 1.2.0|Documenta...

    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....Summary Setup the Target and Camera in 3D File Flip Coordinate...and Camera in 3D File In some file formats, light/camera supports...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  5. 在保存 3D 个视图时应用视觉效果|Documentation

    使用 Aspose.3D for .NET API,开发人员可以在保存到图像之前对 3D 视图应用视觉效果。这些视觉效果也称为后处理效果或滤镜,它们实时应用于 3D 视图中显示的所有内容。...instance of the camera Camera camera = new Camera (); scene . RootNode...RootNode . CreateChildNode ( "camera" , camera ). Transform . Translation...

    docs.aspose.com/3d/zh/net/apply-visual-effects-...
  6. Aspose 中的公共 API 更改。3D 2.0.0|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....instance of the camera Camera camera = new Camera (); scene . RootNode...RootNode . CreateChildNode ( "camera" , camera ). Transform . Translation...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  7. Use Aspose.Imaging for Python via .NET to conve...

    You can quickly transform from DNG(Digital Camera Image) into various formats using Aspose.Imaging for Python via .NET....convert images from DNG (Digital Camera Image) to various different...via .NET. DNG is a digital camera image format used for the storage...

    products.aspose.com/imaging/python-net/conversi...
  8. 在保存 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...
  9. 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...
  10. 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...