Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 17,176 for

scene

(0.56 sec)
  1. Python via .NET 3D Formats Conversion | product...

    Convert 3D formats 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x with few lines of C# code via Python library....source file via instance of Scene class , and calling the Save...format parameter. Convert 3D Scene to various formats Developers...

    products.aspose.com/3d/python-net/conversion/
  2. Customize Non-PBR to PBR Materials Conversion b...

    The Scene class of the Aspose.3D for Java API represents a 3D Scene and developers can build a 3D Scene by adding various entities....3D Scenes to GLTF 2.0 Format Contents [ Hide ] The Scene class...represents a 3D scene and developers can build a 3D scene by adding...

    docs.aspose.com/3d/java/customize-non-pbr-to-pb...
  3. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D Scene can comprise of any number of viewports. Using Aspose.3D for Python via .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based application or an image....in-memory representation of a 3D scene. It provides developers with...content and formatting of a 3D scene programmatically. In this section...

    docs.aspose.com/3d/python-net/aspose-3d-documen...
  4. Concatenate Quaternions and apply on 3D entitie...

    Aspose.3D for Java allows developers to combine two rotation transformation into one represented in a quaternion.... getDataDir (); Scene scene = new Scene (); Quaternion q1 =...quaternion Node cylinder = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/java/concatenate-quaternions...
  5. Convert USD to ASE via C# | products.aspose.com

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

    products.aspose.com/3d/net/conversion/usd-to-ase/
  6. Working with Radius of Sphere|Documentation

    Using Aspose.3D for Java, you can set of get radius of a sphere....// initialize a scene Scene scene = new Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/java/working-with-radius-of-...
  7. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...initialize a scene from aspose.threed import Scene from aspose...FileFormat scene = Scene () # create a Box instance box = scene . root_node...

    docs.aspose.com/3d/zh/python-net/manipulate-cus...
  8. 从相机以图像格式渲染 3D 视图|Documentation

    使用 Aspose.3D for .NET,开发人员可以渲染图像以查看 3D 模型的逼真图像,具有或不具有增强的背景、纹理、阴影,还可以调整图像大小。... 从相机拍摄 3D 模型的照片 Scene 类公开的 Render 方法可用于从活动相机拍摄照片。...NET // Load scene from file Scene scene = Scene . FromFile (...

    docs.aspose.com/3d/zh/net/render-3d-view-in-ima...
  9. Public API Changes in Aspose.3D 1.1.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....in the behavior behind the scenes in Aspose.3D. FBX7200ASCII...C# // save scene in the FBX7200ASCII format scene . Save ( "C:\\temp\\Output...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  10. Cast and Receive Shadows on 3D Geometries|Docum...

    Generally, some 3D file formats can store shadow related settings in geometry like FBX. Using Aspose.3D for .NET, developers can render an image by mapping shadows from the viewpoint of a light source. The image quality depends on the light source, elevation angle and distance between the camera and geometric objects....default, all objects in the scene cast shadows from a light source...com/aspose-3d/Aspose.3D-for-.NET Scene scene = new Scene (); Camera camera =...

    docs.aspose.com/3d/net/cast-and-receive-shadows...