Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 14,379 for

scene

(0.03 sec)
  1. Simplify the creation of transformation matrix ...

    Aspose.3D for .NET API offers the TransformBuilder class which simplifies the creation of the transformation matrix by the chain operations....for developers to model the scene by program, so they do not need...entities Scale geometries of a 3D Scene...

    docs.aspose.com/3d/net/simplify-the-creation-of...
  2. How to Convert OBJ to FBX using Java

    This short guide describes how to convert OBJ to FBX using Java. It presents IDE settings, a list of steps, and a runnable sample code to develop a 3D Object to FBX converter using Java....Load the sample OBJ file in a Scene class object Instantiate a FbxSaveOptions...the source OBJ file into the Scene class as it contains the basic...

    kb.aspose.com/3d/java/how-to-convert-obj-to-fbx...
  3. Simplify the creation of transformation matrix ...

    Aspose.3D for Python via .NET API offers the TransformBuilder class which simplifies the creation of the transformation matrix by the chain operations....for developers to model the scene by program, so they do not need...entities Scale geometries of a 3D Scene...

    docs.aspose.com/3d/python-net/simplify-the-crea...
  4. Generate Normal Data for All Meshes in a 3D Fil...

    Using Aspose.3D for Python via .NET, developers can generate normal data for all meshes in any 3D model (without the normal data)....Manipulate custom properties of a 3D Scene...

    docs.aspose.com/3d/python-net/generate-normal-d...
  5. Ինչպես փոխարկել GLB-ն FBX-ի՝ օգտագործելով Python-ը

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել GLB-ն FBX-ի, օգտագործելով Python-ը: Այն ունի մանրամասներ՝ IDE-ն սահմանելու համար, քայլերի ցանկ և գործարկվող կոդ՝ GLB-ից FBX փոխարկիչ մշակելու համար Python-ի միջոցով:...համար Բեռնել աղբյուրի GLB ֆայլը Scene դասի օբյեկտի մեջ from_file()...սկավառակի վրա՝ օգտագործելով Scene.save() մեթոդը Այս քայլերն ամփոփում...

    kb.aspose.com/hy/3d/python/how-to-convert-glb-t...
  6. How to Convert OBJ to STL in Java

    This quick tutorial discusses how to convert OBJ to STL in Java. It covers the configuration, the algorithm, and the sample code to create OBJ to STL converter in Java....the source OBJ file with the Scene class Initialize an instance...of the code which uses the Scene class object to load the source...

    kb.aspose.com/3d/java/how-to-convert-obj-to-stl...
  7. Ինչպես փոխարկել OBJ-ը PDF-ի Python-ում

    Այս ճշգրիտ հոդվածը ներկայացնում է տեղեկատվություն այն մասին, թե ինչպես փոխարկել OBJ-ը PDF-ի Python-ում: Այն ընդգրկում է IDE կոնֆիգուրացիան, ալգորիթմի մի շարք քայլեր և կոդի նմուշ Python-ում OBJ-ի PDF փոխարկիչ ստեղծելու համար:...սկզբնաղբյուր 3D օբյեկտի ֆայլը Scene դասի օրինակով Նախաձեռնեք PdfSaveOptions...արտահանելու համար: Առաջին հերթին, Scene դասի օրինակն օգտագործվում է...

    kb.aspose.com/hy/3d/python/how-to-convert-obj-t...
  8. Convert OBJ to GLB via Python | products.aspose...

    Sample code for OBJ to GLB Python conversion. Use API example code for batch OBJ files to GLB conversion within VB.NET, Asp.NET or any .NET based application....OBJ file via the from_file of Scene class Create an instance of...advanced conversion Call the Scene.save method Pass the output...

    products.aspose.com/3d/python-net/conversion/ob...
  9. Convert RVM to 3DS via Python | products.aspose...

    Sample code for RVM to 3DS Python conversion. Use API example code for batch RVM files to 3DS conversion within VB.NET, Asp.NET or any .NET based application....RVM file via the from_file of Scene class Create an instance of...advanced conversion Call the Scene.save method Pass the output...

    products.aspose.com/3d/python-net/conversion/rv...
  10. 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...material to 3D objects in a scene. This code example demonstrates...

    docs.aspose.com/3d/java/set-up-normals-or-uv-on...