Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 17,176 for

scene

(0.14 sec)
  1. 在将 3D 个场景保存为 GLTF 个2.0格式之前,自定义非PBR到PBR材质的转换|Doc...

    Aspose.3D for Java API 的场景类表示 3D 场景,开发人员可以通过添加各种实体来构建 3D 场景。...3D for Java API 的 Scene 类表示 3D 场景,开发人员可以通过添加各种实体来构建...initialize a new 3D scene */ Scene s = new Scene (); Box box = new...

    docs.aspose.com/3d/zh/java/customize-non-pbr-to...
  2. FBX animation rotation problem - Free Support F...

    The FBX rotation generated by this code is completely different from what I expected. Is my code incorrect or is it a bug in Aspose? Furthermore, the rotation works correctly when I set the X and Z axes separately, but …...testfbx() { Scene scene = new Scene(); Node cube1 = scene.RootNode...BindPoint bindPoint = new BindPoint(scene, Rotation); bindPoint.BindKeyframeSequence("Y"...

    forum.aspose.com/t/fbx-animation-rotation-probl...
  3. Aspose.3D Convert a Torus primitive to mesh | p...

    Learn how to convert a Torus primitive to mesh...We’ll create a torus in the scene. We initialize an IMeshConvertible...Finally, we add the node to the scene. Installation of Aspose.3D 3D...

    products.aspose.com/3d/tutorial/convert-torus-p...
  4. Supported File Formats|Documentation

    The following table indicates the file formats that Aspose.3D for Node.js via Java can load and Save....format ASE 3D Studio Max’s ASCII Scene Exporter format RVM AVEVA Plant...USD Universal Scene Description USDZ Universal Scene Description...

    docs.aspose.com/3d/nodejs-java/supported-file-f...
  5. 暴露几何变换|Documentation

    Aspose.3D for Node.js via Java 允许暴露 3D 场景的几何变换。您可以使用 evaluateGlobalTransform 方法评估全局变换。...初始化场景对象 var scene = new aspose . threed . Scene (); // 初始化圆柱体...// 创建 ChildNode var Node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/expose-geomet...
  6. Aspose.3D File format convert | products.aspose...

    Learn how to do use Aspose.3D to convert 3D file's format...learn how to use Scene.FromFile to load a 3D scene from file, and...and use Scene.Save to save it to file. Installation of Aspose.3D...

    products.aspose.com/3d/tutorial/format-convert/
  7. Convert USD to DRC via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as DRC with C# Load USD file...using a constructor of Scene class Call Scene.Save method Pass output...

    products.aspose.com/3d/net/conversion/usd-to-drc/
  8. Convert GLB to USD via Java | products.aspose.com

    Sample Java conversion code for GLB format to USD file. Use this example code to convert GLB to USD within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/glb-to-usd/
  9. 在保存 3D 个视图时应用视觉效果|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以在保存到图像之前对 3D 视图应用视觉效果。这些视觉效果也称为后处理效果或滤镜,它们实时应用于 3D 视图中显示的所有内容。...threed import Scene from aspose.threed.entities...existing 3D scene scene = Scene ( "data-dir" + "scene.obj" ) # Create...

    docs.aspose.com/3d/zh/python-net/apply-visual-e...
  10. Generate Point Cloud to RVM File Formats via .N...

    C# source code to load, render and add generate point cloud to RVM documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/net/point-cloud/rvm/