three-geo
three-geo copied to clipboard
Error when executing npm
Hello,
I have some problems with the npm execution. I have some problems with the npm execution. The log file is below :
I managed to get the library to work with the dist file, which is your already packaged lib. However, I was not able to use your library from source. Do you know how I could fix this? I work on windows.
PS : What is deltaSeams ? Array tile size = "3x128x128 (+ deltaSeams)"
Are you able to publish your solution? I’m trying to get it work with a new release of threejs and it keeps giving me errors
Hello, if you want to get it work, you just need to put the dist build file of three-geo in your html and import three js before. What is the error ? Perhaps i can help you.
This is the configuration of my project

THREE not defined, so ThreeJS is not loaded, or is loaded after a ThreeJS dependent library.
The ThreeJS library needs to be loaded before three-geo. Three geo depends on threeJS. I did not see where you import the library in your code. Are you sure to import the threeJS library before three-geo?
The import is in the first screenshot