Example #1
0
 public override void ActualizarRenderizar(SuvirvalCraft contexto, Elemento elemento)
 {
     GetEfectoShader().SetValue("time", contexto.tiempo);
     GetEfectoShader().SetValue("altura", elemento.GetAlturaAnimacion());
     elemento.Mesh.render();
 }