Jump to content

Create dynamic surface elevation


Dieterich
 Share

Recommended Posts

1. Updatable is a hint for the graphics card. You should use it when you know that the mesh will be updated multiple times: this way the data will be in a memory that both CPU and GPU can reach. It is less efficient than setting updatable = false because in this case the data will be in fast GPU memory. When updatable = false, calling setVerticesData will recreate the content (which is ok if you do it just a few times)

2. This is because your faces do not share vertices: You can replace the TiledGround by a regular ground: http://playground.babylonjs.com/#1XBLWB#231

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.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...