Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 17,176 for

scene

(0.16 sec)
  1. Extract Assets from STL File Formats via Java |...

    Sample Java extract assets code for STL file. Use this example code to extract assets from STL 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/stl/
  2. Extract Assets from JT File Formats via Java | ...

    Sample Java extract assets code for JT file. Use this example code to extract assets from JT 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/jt/
  3. Extract Assets from DAE File Formats via Java |...

    Sample Java extract assets code for DAE file. Use this example code to extract assets from DAE 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/dae/
  4. Extract Assets from FBX File Formats via Java |...

    Sample Java extract assets code for FBX file. Use this example code to extract assets from FBX 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/fbx/
  5. Set up normals or UV on Cube and Add Material t...

    Aspose.3D for Java offers to manage normals and UV on the geometric shapes. A mesh stores the key properties for every vertex, position in space, and its normal, known as a vector perpendicular to the original surface. The normal is major to shading counts and should be a unit vector. Most mesh formats also support some form of UV coordinates which are a separate 2D representation of the mesh "unfolded" to show what portion of a 2-dimensional texture map to apply to different polygons of the mesh....Mesh geometry by creating a 3D Scene. Create Normal Vectors In order...// Initialize scene object Scene scene = new Scene (); // Initialize...

    docs.aspose.com/3d/java/set-up-normals-or-uv-on...
  6. Set up normals or UV on the Cube and Add Materi...

    How to create normals or uv data on a mesh in Aspose.3D....Mesh geometry by Creating a 3D Scene . Create Normal Vectors To have...import FileFormat , Node , Scene from aspose.threed.shading import...

    docs.aspose.com/3d/python-net/set-up-normals-or...
  7. 连接四元数并应用于 3D 实体|Documentation

    Aspose.3D for .NET 允许开发人员将两个旋转转换合并为一个以四元数表示的旋转转换。...NET Scene scene = new Scene (); Quaternion q1 =...quaternion Node cylinder = scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/concatenate-quaternio...
  8. 连接四元数并应用于 3D 实体|Documentation

    Aspose.3D for Python via .NET 允许开发人员将两个旋转转换合并为一个以四元数表示的转换。...threed import FileFormat , Scene from aspose.threed.entities...com/aspose-3d/Aspose.3D-for-.NET scene = Scene () q1 = Quaternion . from_euler_angle...

    docs.aspose.com/3d/zh/python-net/concatenate-qu...
  9. 将 3D 场景另存为 HTML|Documentation

    Aspose.3D for Java 提供 ** HtmlSaveOptions ** 类,用于将 3D 场景另存为 HTML。...// Initialize a scene Scene scene = new Scene (); // Initialize...Initialize a node Node node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/save-3d-scene-as-html/
  10. Installation|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....threed as a3d scene = a3d . Scene () scene . root_node . create_child_node...a3d . entities . Cylinder ()) scene . save ( "Cylinder.fbx" , a3d...

    docs.aspose.com/3d/zh/python-net/installation/