3D belgesini oku
Contents
[
Hide
]
3D desteklenen formatların listesi (içe aktarma)
Aspose.3D for Java API has support of reading various type of 3D documents. The available constructors of the Scene
class helps to do so and they accept a valid file path string. The supported readable file formats are as follows:
- FBX 7.5 (ascii, ikili)
- FBX 7.4 (ascii, ikili)
- FBX 7.3 (ascii, İkili)
- FBX 7.2 (ascii, ikili)
- STL (ascii, ikili)
- WavefrontOBJ
- Discreet3DS
- Universal3D
- Collada
- glTF
- DXF
- PLY (ascii, ikili)
- X (ASCI I, Binary)
- Draco
- 3MF
- RVM (metin, ikili)
- ASE
The constructors of Scene class detect 3D document format internally.
İthalat 3D belge
Aspose.3D for Java API değişiklik, ekleme ve işleme amaçları için 3D belgesinin çeşitli türlerini ithal etme desteğine sahiptir.
3D sahne okuma: programlama örnekleri
Working with 3D Properties
Aspose.3D API, sahnenin çocuk düğümlerini kullanarak 3D sahne özelliklerini okumanızı sağlar. Aşağıdaki kod örneği bu özelliğin kullanımını gösterir.