Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 17,178 for

scene

(0.13 sec)
  1. Adding Transformation to the Node|Documentation

    TSR (Translation/Scaling/Rotation) are most commonly used in 3D scenario, we provided a class Transform to access these in Aspose.3D....// Initialize scene object Scene scene = new Scene (); // Initialize...20 ); // Add cube to the scene scene . RootNode . ChildNodes ...

    docs.aspose.com/3d/net/adding-transformation-to...
  2. Adding Transformation to the Node|Documentation

    Aspose.3D for Java API has support to rotate objects in 3D space. There are three ways to define object’s rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....// Initialize scene object Scene scene = new Scene (); // Initialize...20 )); // Add cube to the scene scene . getRootNode (). getChildNodes...

    docs.aspose.com/3d/java/adding-transformation-t...
  3. 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-...
  4. Adding Transformation to the Node|Documentation

    TSR (Translation/Scaling/Rotation) are most commonly used in 3D scenario, we provided a class Transform to access these in Aspose.3D....import FileFormat , Node , Scene from aspose.threed.utilities...NET # Initialize scene object scene = Scene () # Initialize Node...

    docs.aspose.com/3d/python-net/adding-transforma...
  5. 连接四元数并应用于 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...
  6. 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/
  7. 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/
  8. Extract Assets from USDZ File Formats via .NET ...

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

    products.aspose.com/3d/net/extractor/usdz/
  9. 与气缸一起工作|Documentation

    Aspose.3D for .NET 允许自定义圆柱体的偏移顶部。为了使用此功能,可以使用Cylinder类的Offset属性。...NET // Create a scene Scene scene = new Scene (); // Initialize..., 0 ); // Create ChildNode scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/working-with-cylinder/
  10. 与气缸一起工作|Documentation

    Aspose.3D for Python via .NET 允许自定义圆柱体的偏移顶部。为了使用此功能,可以使用Cylinder类的Offset属性。...threed import FileFormat , Scene from aspose.threed.entities...3D-for-.NET # Create a scene scene = Scene () # Initialize cylinder...

    docs.aspose.com/3d/zh/python-net/working-with-c...