Jump to content

Water tutorial :


YouGroove
 Share

Recommended Posts

This is not presently a supported feature. I have a list of a handful of items that are high-priority to implement, and this is one of them. When it is done, it will be very easy to control from the editor.

  • Upvote 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

I believe either Shadmar or Klepto said he was working on a Prefab version that did not require attaching to the camera.

 

That said: a water tutorial seems unlikely since this require a good knowledge of GLSL. Since there are not many people who have mastered this, I doubt there will be a tutorial on how this is made in code.

Link to comment
Share on other sites

Here a short tutorial from DanceTweety on how to combine FPSplayer.ua to the water prefab :

 

Hi solved it uncoupled camera from fspplayer.lua with to simple lines I see in a tutorial by Rick

"Script.Camera = nil --entity" in top script

and at create camera replace "self.Camera = Camera:Create()" bye "self.camera = self.Camera''

 

So I remove spectator object and place camera of prefab in the player.

 

And it works good now

HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...