Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to create water waves with Ogre WaterMesh class?

How to create water waves with Ogre WaterMesh class?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 735 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    valeSimu
    wrote on last edited by
    #1

    I would like to use the water and waterMesh classes from the OgreDemos in order to create the water with some waves. For the moment I added the classes in my project and create a waterMesh Object in this way:

    @
    WaterMesh *waterMesh;
    waterMesh = new WaterMesh("waterMesh", 100.0f, 64);
    @

    Great, I have a water surface 100x100. I would like to create some waves now. I can I do it?Is it updateMesh that I should use?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      This is a question that you should ask directly to the people behind Ogre

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved