(For some reason it can only run with BabylonJS 4.2.0)
What I need is to make it to be infinite or that can be scaled infinitely without apparent repetition(procedural maybe) but I have no idea how to do it in the shader editor and then save it so it can be loaded in the Playground.
When I scale the plane with the shader it just changes the size.
Tiling is the big issue that i face of when i did this demo. And i didn’t solve this in this project because it is just a demo not a real project and i can’t spent on it so much time. But i saw that tricky guys from blender made it in blender node editor you can try to check that and try to repeat.
Maybe smth like that will help
Also can try to use thin instances to scale up the ocean space
Also trying to think up of something with simon’s instance idea, I think tiling the ocean with instances and using the world position of the instances as noise input might be a starting point Tried a quick demo of this: https://nme.babylonjs.com/#1UHF4N#1