Skip to content

desktopgame/ofxPlanet

Repository files navigation

ofxPlanet

ofxPlanet is terrain generator.

スクリーンショット

Introduction

ofxPlanet is terrain generator.
generate terrain strucutred by only plane using OpenGL instancing function.

  • can generate terrain by 2d perlinnoise
  • can generate cave by 3d perlinnoise
  • can generate custome structure using weighting table

License

MIT License

Installation

this folder into the openFrameworks/addons/ folder.

Dependencies

Compatibility

  • of_v0.11.0_vs2017_release
  • Windows10

Known issues

known problem is none.

Version history

Version 0.1 (2020/02/03):

first release

Version 0.2 (2020/02/011):

  • implemented lighting system
    • in now, supported only sun light
  • add raycasting function
    • interface: world.raycast(origin, dir, length) -> RaycastResult
  • implemented chunk system
    • interface: world.getChunk() -> Chunk

Version 1.1 (2020/02/23):

implemented workaround for bug of intel graphics driver

Version 1.1.1 (2020/02/24):

implemented split loading for chunk

Version 1.1.2 (2020/02/24):

minor fix

Version 1.2(2020/03/02):

  • implemented infinite world.
  • the old version World class is renamed to FixedWorld.
  • removed Planet class.
  • removed license file at source folder.

About

ofxPlanet is terrain generator for openFrameworks

Resources

License

Stars

Watchers

Forks

Packages

No packages published