Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 14,377 for

scene

(0.03 sec)
  1. Render 3D View in Image format from Camera|Docu...

    Using Aspose.3D for Python via .NET, developers can render an image to view a realistic image of 3D model, with or without the enhanced background, textures, shadows and also adjust the image size....Render method exposed by the Scene class can be used to take a...position the camera in the scene. In this code example, we create...

    docs.aspose.com/3d/python-net/render-3d-view-in...
  2. Save a 3D Document|Documentation

    The Scene class of the Aspose.3D API represents a 3D document and developers can save its object in any supported file format....Document Contents [ Hide ] The Scene class of the Aspose.3D API represents...format. To save a 3D Scene, simply use the Scene.save method, it accepts...

    docs.aspose.com/3d/python-net/save-a-3d-document/
  3. Customize Non-PBR to PBR Materials Conversion b...

    The Scene class of the Aspose.3D for Java API represents a 3D Scene and developers can build a 3D Scene by adding various entities....3D Scenes to GLTF 2.0 Format Contents [ Hide ] The Scene class...represents a 3D scene and developers can build a 3D scene by adding...

    docs.aspose.com/3d/java/customize-non-pbr-to-pb...
  4. 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...
  5. Limitations and API Differences|Documentation

    Aspose.3D for Node.js via Java limitations and api differences....a new Scene Aspose.3D for Java Scene scene = new Scene (); Aspose...via Java var scene = new aspose . threed . Scene (); Initialize...

    docs.aspose.com/3d/nodejs-java/limitations-and-...
  6. Merge DRC File Formats via .NET | products.aspo...

    C# source code to load, render and Merge DRC documents on .NET Framework, .NET Core, Mono....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...

    products.aspose.com/3d/net/merger/drc/
  7. Merge PLY File Formats via .NET | products.aspo...

    C# source code to load, render and Merge PLY documents on .NET Framework, .NET Core, Mono....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...

    products.aspose.com/3d/net/merger/ply/
  8. Merge X File Formats via .NET | products.aspose...

    C# source code to load, render and Merge X documents on .NET Framework, .NET Core, Mono....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...

    products.aspose.com/3d/net/merger/x/
  9. Read 3D document|Documentation

    Aspose.3D for Node.js via 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/nodejs-java/read-3d-document/
  10. Extract Assets from OBJ File Formats via .NET |...

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

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