Tackling gender and hermaphrodites with an interactive WebGL animation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fluid_gender_1.html 434B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Verge3D Application</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  7. <link rel="stylesheet" type="text/css" href="fluid_gender_1.css">
  8. </head>
  9. <body>
  10. <div id="container"></div>
  11. <script src="v3d.js"></script>
  12. <script src="fluid_gender_1.js"></script>
  13. </body>
  14. </html>