IceCreamYou / THREE.Terrain

A procedural terrain generation engine for use with the Three.js 3D graphics library for the web.
https://icecreamyou.github.io/THREE.Terrain/
MIT License
717 stars 112 forks source link

I m facing error using your library #30

Closed Joker-pyc closed 3 years ago

Joker-pyc commented 3 years ago

Screenshot_2021-09-03-15-32-15-785_com.android.chrome.jpg

Joker-pyc commented 3 years ago

New learner

IceCreamYou commented 3 years ago

You have to load three.js in the global scope before loading THREE.Terrain, otherwise the THREE variable will not be present to attach the Terrain property to.