Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 14,578 for

scene

(0.02 sec)
  1. 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...
  2. Extract Assets from USD File Formats via Java |...

    Sample Java extract assets code for USD file. Use this example code to extract assets from USD file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...instance of Scene Scene scene = new Scene(); scene.open(file,...

    products.aspose.com/3d/java/extractor/usd/
  3. Geometry|Documentation

    Articles about 3D geometries in Aspose.3D for Python via .NET....[ Hide ] Create 3D Mesh and Scene Set up normals or UV on the...among Multiple Nodes of 3D Scene Concatenate Quaternions and...

    docs.aspose.com/3d/python-net/geometry/
  4. 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...
  5. 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/
  6. Expose Geometric Transformation|Documentation

    Aspose.3D for Node.js via Java allows exposing geometric transformation of a 3D Scene. You can evaluate the global transformation using evaluateGlobalTransform method....geometric transformation of a 3D scene. You can evaluate the global...Initialize scene object var scene = new aspose . threed . Scene ();...

    docs.aspose.com/3d/nodejs-java/expose-geometric...
  7. Extract Assets from GLB File Formats via Java |...

    Sample Java extract assets code for GLB file. Use this example code to extract assets from GLB file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...an instance of Scene Scene scene = new Scene(file); //Create...

    products.aspose.com/3d/java/extractor/glb/
  8. Convert USDZ to ASE via Python | products.aspos...

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

    products.aspose.com/3d/python-net/conversion/us...
  9. 3D Modeling|Documentation

    Articles about 3D procedural modeling in Aspose.3D for .NET....Modeling Contents [ Hide ] Create Scene with Primitive 3D Shapes How...Create rectangular Torus in 3D Scene Working with Linear Extrusion...

    docs.aspose.com/3d/net/3d-modeling/
  10. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...threed import Scene # scale the model in huge-scene.obj by 0.01...another file: scene = Scene . from_file ( "huge-scene.obj" ) # create...

    docs.aspose.com/3d/zh/python-net/scale-geometri...