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

scene

(0.06 sec)
  1. 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/
  2. 阅读 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/
  3. 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...
  4. 连接四元数并应用于 3D 实体|Documentation

    Aspose.3D for .NET 允许开发人员将两个旋转转换合并为一个以四元数表示的旋转转换。...NET Scene scene = new Scene (); Quaternion q1 =...quaternion Node cylinder = scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/concatenate-quaternio...
  5. Add Blind Watermark Verification to 3MF File Fo...

    Sample Java blind watermark verification code for 3MF file. Use this example code to add blind watermark verification to 3MF file within any Web or Desktop Java based application....file via the constructor of Scene class Get the mesh class of...DecodeWatermark method Call the Scene.Save method with object System...

    products.aspose.com/3d/java/verify-watermark/3mf/
  6. 连接四元数并应用于 3D 实体|Documentation

    Aspose.3D for Python via .NET 允许开发人员将两个旋转转换合并为一个以四元数表示的转换。...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/zh/python-net/concatenate-qu...
  7. Extract Assets from USD File Formats via .NET |...

    C# source code to load, render and add extract assets from USD documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...= "template.usd" ; Scene scene = new Scene(file); //The output...

    products.aspose.com/3d/net/extractor/usd/
  8. 连接四元数并应用于 3D 实体|Documentation

    Aspose.3D for Java 允许开发人员将两个旋转转换合并为一个以四元数表示的旋转转换。... getDataDir (); Scene scene = new Scene (); Quaternion q1 =...quaternion Node cylinder = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/concatenate-quaterni...
  9. Save 3D Meshes in Custom Binary Format|Document...

    Using Aspose.3D for .NET API, developers can open any supported 3D file, and then write meshes in the custom binary file....the RootNode member in the Scene class allows to visit each sub...only. // load a 3D file Scene scene = Scene . FromFile ( "test.fbx"...

    docs.aspose.com/3d/net/save-3d-meshes-in-custom...
  10. Extract Assets from JT File Formats via .NET | ...

    C# source code to load, render and add extract assets from JT documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...= "template.jt" ; Scene scene = new Scene(file); //The output...

    products.aspose.com/3d/net/extractor/jt/