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

scene

(0.06 sec)
  1. 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...
  2. 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/
  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. 与气缸一起工作|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/
  7. 与气缸一起工作|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...
  8. 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/
  9. 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/
  10. 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/