Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 25,661 for

scene

(0.1 sec)
  1. View AMF File Formats via JAVA | products.aspos...

    Sample Java viewer code for AMF file. Use this example code to view AMF file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/amf/
  2. View STL File Formats via JAVA | products.aspos...

    Sample Java viewer code for STL file. Use this example code to view STL file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/stl/
  3. Read 3D document|Documentation

    Aspose.3D for Java API has support of reading various type of 3D documents....available constructors of the Scene class helps to do so and they...Binary) ASE The constructors of Scene class detect 3D document format...

    docs.aspose.com/3d/java/read-3d-document/
  4. 渲染 3D 场景的全景视图|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以渲染 3D 场景的全景视图,并将该视图保存为支持的图像格式。...threed as a3d #load the scene scene = Scene . from_file ( "vc.glb"...RotationMode . FIXED_DIRECTION scene . root_node . create_child_node...

    docs.aspose.com/3d/zh/python-net/render-a-panor...
  5. 用六个面将场景渲染到立方体图中|Documentation

    使用 Aspose.3D for .NET API,开发人员可以将具有六个面的场景渲染到cubemap中,并将所有面保存为支持的图像格式。...glb" ; //load the scene Scene scene = new Scene ( path ); //create...RotationMode . FixedDirection }; scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/render-a-scene-into-t...
  6. Changing Plane Orientation|Documentation

    Aspose.3D for Node.js via Java allows changing orientation of a Scene. In order to change the orientation, getUp() and setUp() methods are introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...Initialize Scene var scene = new aspose . threed . Scene (); // Initialize...

    docs.aspose.com/3d/nodejs-java/changing-plane-o...
  7. Embed Textures in U3D & 3D PDF via API for C#, ...

    C# .NET API to embed textures in U3D & 3D PDF, generate U3D file with embedded texture files, access extras & extensions in GLTF, encode / decode the 3D Scene.... var scene = new Scene(); scene.Open( $"test.obj"...LookupPaths.Add( "common/textures" ); scene.Save( "test.pdf" , opt); Generate...

    releases.aspose.com/3d/net/new-releases/aspose....
  8. Aspose.3D Create cylinder with material | produ...

    Learn how to create a 3D Scene with a Cylinder object and has material definition....materials to them can make your scene more visually appealing. We’ll...We’ll start by creating a new scene using the Aspose.3D library...

    products.aspose.com/3d/tutorial/create-cylinder...
  9. Merge PDF File Formats via Java | products.aspo...

    Sample Java merge PDF file. Use this example code to merge PDF file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/pdf/
  10. Merge U3D File Formats via Java | products.aspo...

    Sample Java merge U3D file. Use this example code to merge U3D file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/u3d/