Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 17,178 for

scene

(0.13 sec)
  1. Working with PointCloud|Documentation

    Aspose.3D for Python via .NET allows decoding a mesh from a Draco file directly without building a Scene using the Decode method of DracoFormat class....directly without building a scene using the decode method of DracoFormat...directly without building a scene using the encode method of DracoFormat...

    docs.aspose.com/3d/python-net/working-with-poin...
  2. Public API Changes in Aspose.3D 17.01|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. Adds PLY Format...initialize Scene class object Scene scene = new Scene (); // initialize...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  3. C# 3D Formats Watermark | products.aspose.com

    Add Blind Watermark to 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x via .NET library using a few lines of C# code....file through the instance of Scene Class , and then implement the... Add Blind Watermark to 3D Scene to various formats Developers...

    products.aspose.com/3d/net/watermark/
  4. 在 3D 个几何体上投射和接收阴影|Documentation

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

    docs.aspose.com/3d/zh/net/cast-and-receive-shad...
  5. Specify 3D File Save Options in C#|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions object. Each save format has a corresponding class that holds save options for that save format....formats after loading them in Scene object using C#. By loading...Save Options There are several Scene.Save method overloads that accept...

    docs.aspose.com/3d/net/specify-3d-file-save-opt...
  6. Specify 3D File Save Options|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions object. Each save format has a corresponding class that holds save options for that save format....Save Options There are several Scene.save method overloads that accept...saving a scene. from aspose.threed import FileFormat , Scene from...

    docs.aspose.com/3d/python-net/specify-3d-file-s...
  7. Generate UV|Documentation

    Aspose.3D for Python via .NET offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the mesh. Following code snippet shows complete functionality to generate and associate it....threed import FileFormat , Scene from aspose.threed.entities...com/aspose-3d/Aspose.3D-for-.NET scene = Scene () # since all primitive...

    docs.aspose.com/3d/python-net/generate-uv/
  8. 阅读 3D 文档|Documentation

    Aspose.3D for Java API 支持阅读各种类型的 3D 文档。... Scene 类的可用构造函数有助于这样做,它们接受有效的文件路径字符串。支持的可读文件格式如下:...Draco 3MF RVM (文本,二进制) ASE Scene类的构造函数在内部检测 3D 文档格式。 导入 3D 文档...

    docs.aspose.com/3d/zh/java/read-3d-document/
  9. Concatenate Quaternions and apply on 3D entitie...

    Aspose.3D for Python via .NET allows developers to combine two rotation transformation into one represented in a quaternion....threed import FileFormat , Scene from aspose.threed.entities...com/aspose-3d/Aspose.3D-for-.NET scene = Scene () q1 = Quaternion . from_euler_angle...

    docs.aspose.com/3d/python-net/concatenate-quate...
  10. Convert ASE to USDZ via C# | products.aspose.com

    Sample code for ASE to USDZ C# conversion. Use API example code for batch ASE files to USDZ conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with...extension is an Autodesk ASCII Scene Export file format that is an...

    products.aspose.com/3d/net/conversion/ase-to-usdz/