Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 310 Bytes

Propan

A 3D framework built over Etyl.

Supported Formats

  • .obj (geometries and materials)
  • .3ds (geometries)
  • .bvh

Maven

<dependency>
    <groupId>com.harium.propan</groupId>
    <artifactId>propan</artifactId>
    <version>1.1.1</version>
</dependency>