bevy_mod_paramap 0.3.0

Parallax mapping shaders (relief and POM) for the bevy game engine
Documentation
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
	</head>
	<body>
    <h1>Bevy parallax map web demos</h1>
    <p>Click on the following links to access a web demo of the examples
    in the repository</p>

    <h2>3d Earth</h2>
    <p><a href="earth3d.html">A 3d pannable view of the earth</a></p>
    <p><b>Instructions:</b><p>
    <ul>
    <li>Shift + Left click + drag = pan</li>
    <li>Mousewheel to zoom in/out</li>
    <li>Open the drop down menus in the "world" window to. Try <code>Earth → Handle<ParallaxMaterial></code></li>
    </ul>
    <video controls="">
      <source src="https://user-images.githubusercontent.com/26321040/189361740-1a0876d2-9b39-49f3-a8cb-8837601b5b39.mp4" type="video/mp4">
    </video>

    <h2>Parallax mapped cube</h2>
    <p><a href="cube.html">A Cube with a demo height map</a></p>
    <p><b>Instructions:</b> use left-click to cycle through camera positions.<p>
    <video controls="">
      <source src="https://user-images.githubusercontent.com/26321040/189361802-3db6aa98-fa7f-4440-b5a7-20d73a36ac23.mp4" type="video/mp4">
    </video>
	</body>
</html>