Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 25,661 for

scene

(0.11 sec)
  1. 以球体半径工作|Documentation

    使用 Aspose.3D for Node.js via Java,你可以设置得到一个球体的半径。...initialize a scene var scene = new aspose . threed . Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  2. Aspose.3D for Java 21.6 Release Notes|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....fix THREEDNET-896 Fixed empty scene cannot export to a valid glb...export scene into a USD file by: Scene scene = new Scene (); //...

    docs.aspose.com/3d/java/aspose-3d-for-java-21-6...
  3. Aspose.3D for .NET 19.4 Release Notes|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....constructor argument: Scene scene = new Scene (); scene . RootNode . CreateChildNode...Sphere () { Radius = 10 }); scene . Save ( "sphere.obj" , FileFormat...

    docs.aspose.com/3d/net/aspose-3d-for-net-19-4-r...
  4. MergeMesh | Aspose.3D for .NET API Reference

    MergeMesh Contents [ Hide ] PolygonModifier.MergeMesh method (1 of 3) Convert a whole Scene to a single transformed m......method (1 of 3) Convert a whole scene to a single transformed mesh...MergeMesh ( Scene scene ) Parameter Type Description scene Scene The...

    reference.aspose.com/3d/net/aspose.threed.entit...
  5. PolygonModifier | Aspose.3D for .NET API Reference

    PolygonModifier Contents [ Hide ] PolygonModifier class Utilities to modify polygons public class PolygonModifier Met......static BuildTangentBinormal (Scene) This will create tangent and...binormal on all meshes of the scene Normal is required, if normal...

    reference.aspose.com/3d/net/aspose.threed.entit...
  6. Aspose.3D for .NET 19.6发行说明|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....生成带有自定义OffsetTop的圆柱体的示例代码: Scene scene = new Scene (); var fan = new Cylinder...new Vector3 ( 5 , 3 , 0 ); scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/aspose-3d-for-net-19-...
  7. Public API Changes in Aspose.3D 1.7.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. Adds Aspose.ThreeD...an existing 3D scene Scene scene = new Scene ( "test.obj" );...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  8. Aspose.3D for .NET 21.6 Release Notes|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....fix THREEDNET-896 Fixed empty scene cannot export to a valid glb...export scene into a USD file by: Scene scene = new Scene (); //...

    docs.aspose.com/3d/net/aspose-3d-for-net-21-6-r...
  9. Aspose.3D for .NET 20.10 Release Notes|Document...

    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....FBX7700Binary ; Now you can export the scene to FBX 7.6/7.7 in ASCII/Binary...code: Scene scene = new Scene ( new Pyramid ()); scene . Save...

    docs.aspose.com/3d/net/aspose-3d-for-net-20-10-...
  10. Convert USDZ to ASE via C# | products.aspose.com

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

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