Where is Water ripple effect Component in Gem (LY 1.23)?

0

Hi LY team 🙂

I can not see that, Where is Water ripple effect Component in Gem (LY 1.23)?

REMOVEDUPLOAD

Thank you 😉 🌹

質問済み 4年前204ビュー
15回答
0

Here's a link to the water gem on github that has the water ripple generator component.

https://github.com/aws/lumberyard/blob/1.23/dev/Gems/Water/Code/Source/WaterRippleGeneratorComponent.cpp

Let me know if that is what you're looking for.

回答済み 4年前
0

THANK YOU, YES! but 50% is correct, I found a bad bug :star_struck: %50 is a bad bug, I verified , in Starter Game Project , I saw a component, name is WaterRippleGenerator but does not work , please see this picture(Left section & right section) , component want a other component but it is not exist in Project 🙂 REMOVEDUPLOAD

回答済み 4年前
0

Also I changed all parameters in Water Volume Component , Most parameters do not work, Not all parameters, of course, when I enter trigger in water volume , I do not see ripple effect, I think parameters does not work in this component , Most parameters are parameters bugs... REMOVEDUPLOAD

回答済み 4年前
0

Thanks for the additional info, we're looking into this now and will give an update on this.

回答済み 4年前
0

I Tested again in 1.24 😳 😭

1-Water Volume Without waves and the parameters do not work! Water Volume like as ONLY FOG! 😁 😂 😂

2- The ocean has no problems and its parameters work 😍 😍 REMOVEDUPLOAD

REMOVEDUPLOAD REMOVEDUPLOAD

回答済み 4年前
0

I'm sorry that file was part of some content that was retired, and I don't have details on how to recreate this effect specifically.

回答済み 4年前
0

Hi @REDACTEDUSER The problem why water volume is like fog is because the material you are using is not compatible with water volume, because the shaders are different. You can copy an ocean material or create a new one and change the shader type as shown in the attached image. REMOVEDUPLOAD

However, it seems the wave parameter is still not working properly. We'll have to investigate.

回答済み 4年前
0

For the droplets, could you provide us more info about what component you are using?

回答済み 4年前
0

@REDACTEDUSER

[quote="microAMZN, post:9, topic:8108, full:true"] I’m sorry that file was part of some content that was retired, and I don’t have details on how to recreate this effect specifically. [/quote]

回答済み 4年前
0

I try, I record a video 🌹 🙏 [quote="jiaweig, post:11, topic:8108, full:true"] For the droplets, could you provide us more info about what component you are using? [/quote]

回答済み 4年前
0

[quote="jiaweig, post:10, topic:8108"] The problem why water volume is like fog is because the material you are using is not compatible with water volume, because the shaders are different. You can copy an ocean material or create a new one and change the shader type as shown in the attached image. [/quote]

[quote="microAMZN, post:7, topic:8108"] The water volume component requires you to set a water volume material. We have only one suitable water volume material that ships with Lumberyard. It is located in dev/gems/StarterGame/Emvironment/Assets/Materials/Water/WaterVolumes/water_forest_a.mtl [/quote]

Hi @REDACTEDUSER This issue is Solved 👆 Thanks for your additional information Information 🙏 🙂

回答済み 4年前
0

@REDACTEDUSER

[quote="_AhmadKarami, post:34, topic:9154"] I discovered myself “water ripple generator” component issue , I tested a legacy physics entity on the water volume component , Does work , when my entity fall in the water volume , I see making water ripple on the water volume , I think here is a wrong in “water ripple generator” component , it does not work with PhysX but does work for legacy physics.

Please see this video , I created water ripple effect 👇 😌 WaterRippleEffect.zip (4.0 MB) [/quote]

回答済み 4年前
0

@REDACTEDUSER

I'm sorry it's taken so long to get a response to this. I am trying to work through this without documentation so thanks for your patience. I have not yet been able to figure out how to set up the ripple effect. I can tell you a few things.

  • The water ripple component is compiling in 1.25.
  • The water ripple component should only work with water volume, not infinite ocean.
  • The water volume component only seems to work with a box or polygon prism shape.
  • The water volume component requires you to set a water volume material. We have only one suitable water volume material that ships with Lumberyard. It is located in dev/gems/StarterGame/Emvironment/Assets/Materials/Water/WaterVolumes/water_forest_a.mtl
回答済み 4年前
0

@REDACTEDUSER

[quote="jiaweig, post:11, topic:8108, full:true"] For the droplets, could you provide us more info about what component you are using? [/quote]

[quote="microAMZN, post:3, topic:9155, full:true"] I worked this out, sort of. It’s using a particle material.

  1. Take any entity you want to add rain to, nothing special needs to be done to this entity.
  2. Create a particle library for your falling rain effect. As many emitters as you need. Probably two to recreate the video, one for the long drops and one for the round drops.
  3. Make a simple material for your water drops, use a normal map to give the droplets some relief from the entity’s surface. Set this material’s shader property to Particles.
  4. In your particle emitters, in the Particles section, set the facing type to Decal.
  5. Make a new entity for your particles, and add your particle system.
  6. Place the particle entity in the same physical space and the entity containing the surface you want the rain to appear on. [/quote]
回答済み 4年前

この投稿はクローズされています。新しい回答、コメント、投票の追加はできません。

関連するコンテンツ