Skip to content

Releases: Gaia3D/mago-3d-tiler

mago-3d-tiler v1.3.1-beta

14 Dec 01:53
Compare
Choose a tag to compare

[Changed in version 1.3.1]

  • Changed to JDK 11-compatible syntax (also applicable to JDK 17)
  • Added the feature to generate tiles using "Intensity" values instead if there are no "RGB" records in the point cloud (LAS,LAZ) data.
  • [Experimental] Implemented the feature to apply the absolute height of a 3D object based on the geoTiff height.

[1.3.1 버전 변경사항]

  • JDK 11버전 호환 문법으로 변경 (JDK 17에도 적용가능)
  • pointscloud(LAS,LAZ) 데이터의 "RGB" 레코드가 없으면 "Intensity"값을 회색조로 대체하여 생성하는 기능 구현
  • [실험기능] geoTiff 높이에 따라 3D 오브젝트의 절대 높이를 적용하는 기능을 구현했습니다.

mago-3d-tiler v1.3.0

05 Dec 11:53
Compare
Choose a tag to compare

jdk version : 17

[Changed in version 1.3.0]

3DTiles is based on Z-Axis-Up.
For some formats, such as glb and gltf, Y-UP is the standard.

  • Added feature to read embedded textures (e.g. glb, gltf)
  • Fixed part of reading Assimp files (obj, fbx, etc.)
  • Change 3D data up axis option SWAP_YZ -> Y-UP-AXIS (Argument value: swapYZ -> yUpAxis)
  • [Experimental] Added AUTO_UP_AXIS (autoUpAxis) option, which corrects the Up-Axis of the root TransformMatrix. The direction changes depending on the data format.
  • [Experimental] Adds the ZERO_ORIGIN option, which positions the root TransformMatrix to (0,0,0).

[1.3.0 버전 변경사항]

3DTiles는 Z-Axis-Up을 기본으로 하고있습니다.
glb, gltf 등 일부 포맷은 Y-UP이 표준입니다.

  • embedded texture 읽는 기능추가 (예 : glb, gltf)
  • Assimp 파일 읽는 부분 수정 (obj, fbx 등)
  • 3D 데이터 up axis 옵션 변경 SWAP_YZ -> Y-UP-AXIS (인자값 : swapYZ -> yUpAxis)
  • [실험기능] AUTO_UP_AXIS(autoUpAxis) 옵션추가, 루트 TransformMatrix의 Up-Axis를 보정합니다. 데이터 포맷에 따라 방향이 바뀝니다.
  • [실험기능] ZERO_ORIGIN(zeroOrigin) 옵션추가, 루트 TransformMatrix의 position을 (0,0,0)으로 위치시킵니다.

mago-3d-tiler v1.2.2

30 Nov 06:17
Compare
Choose a tag to compare

jdk version : 17