Hi @icarofonseca, I noticed that the Patch_interpolation.js file examples/3D_engine/Patch_interpolation.js is not being used at all for the examples/Many_ships_in_regular_ocean.htmland all other examples that use examples/3D_engine/Regular_ocean.js. Therefore I will delete the import in the examples that use only regular waves package, hope it will not generate any problem that I am not managing to predict.
It might be that it was used in a different version of examples/3D_engine/Regular_ocean.js, but as far as I can tell, it's not needed anymore. However, it's still used in examples/3D_engine/legacy/Configurable_ocean.js for the add addSampled function:
|
let s = new Samples(); //callback |
Hi @icarofonseca, I noticed that the Patch_interpolation.js file examples/3D_engine/Patch_interpolation.js is not being used at all for the examples/Many_ships_in_regular_ocean.htmland all other examples that use examples/3D_engine/Regular_ocean.js. Therefore I will delete the import in the examples that use only regular waves package, hope it will not generate any problem that I am not managing to predict.
It might be that it was used in a different version of examples/3D_engine/Regular_ocean.js, but as far as I can tell, it's not needed anymore. However, it's still used in examples/3D_engine/legacy/Configurable_ocean.js for the add addSampled function:
vesseljs/examples/3D_engine/Configurable_ocean_v2.js
Line 481 in 49641c2