浏览代码

cleaned up

master
Victor Giers 4 年前
父节点
当前提交
9115d94dcb
共有 4 个文件被更改,包括 1 次插入11099 次删除
  1. 1
    0
      .gitignore
  2. 二进制
      environment.hdr
  3. 0
    72
      index.html
  4. 0
    11027
      jquery.js

+ 1
- 0
.gitignore 查看文件

@@ -1 +1,2 @@
mangler.mp4
v3d.js

二进制
environment.hdr 查看文件


+ 0
- 72
index.html 查看文件

@@ -1,72 +0,0 @@
<!DOCTYPE html>
<!-- __V3D_PUZZLES__ - enable Puzzles button in the App Manager -->
<html lang="en">
<head>
<title>iris von gerkzeuk</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta name="date" content="2019-10-06">
<meta namne="author" content="Victor Giers">
<meta name='url' content='http://www.victorgiers.com/iris'>
<meta name="title" content="Iris von Gerkzeuk">
<meta name="description" content="The face of AI. Spoiler: It will never wake up.">
<meta name="keywords" content="glitch, glitch art, glitch artist collective, virtual human, virtueller mensch, artificial human, künstlicher menschm artificial life, künstliches leben, digital human, digitaler mensch, 3d character, 3d charakter, media, medien, design, gestaltung, art, kunst. character creation, charaktererstellung, game, spiel, video game, face, gesicht, fetish, fetisch, robot, schauspieler, avatar, android, artificial intelligence, künstliche intelligenz, ai, ki, musk, hoax">

<!--
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Verge3D Web Interactive">
<meta name="twitter:description" content="Interactive 3D Web application made with Verge3D. Immerse yourself in amazing graphics experience offered by state-of-the WebGL and HTML5 technologies.">
<meta name="twitter:image:src" content="https://cdn.soft8soft.com/images/player_socials.jpg">

<meta property="og:title" content="Verge3D Web Interactive">
<meta property="og:description" content="Interactive 3D Web application made with Verge3D. Immerse yourself in amazing graphics experience offered by state-of-the WebGL and HTML5 technologies.">
<meta property="og:image" content="https://cdn.soft8soft.com/images/player_socials.jpg">
<meta property="og:type" content="website">



<link rel="apple-touch-icon" sizes="180x180" href="media/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="media/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="media/favicon-16x16.png">
<link rel="manifest" href="media/manifest.json">
<link rel="mask-icon" href="media/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">

<meta http-equiv="origin-trial" content="Aop1aS3O0LG/MKmDbfhMRdlXGxB1ETrJJScdLSaYLDCMJI5iOLQ0uwhBObewdZKbpu00Y+9f7YC5tALasZ7BOg0AAABoeyJvcmlnaW4iOiJodHRwczovL3NvZnQ4c29mdC5jb206NDQzIiwiZmVhdHVyZSI6IldlYlhSRGV2aWNlTTY5IiwiZXhwaXJ5IjoxNTUxODMwMzk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=">
-->

<script src="v3d.js"></script>
<script src="jquery.js"></script>
<script src="iris_puzzles.js"></script>

<link rel="stylesheet" type="text/css" href="iris_puzzles.css">
</head>

<body>

<script>
const constraints = {
video: true,
audio: true
};
navigator.mediaDevices.getUserMedia(constraints);
</script>

<div id="background">
<video autoplay muted loop id="video-bg">
<source src="mangler.mp4" type="video/mp4">
<source src="mangler.webm" type="video/webm">
</video>
</div>
<script>
document.getElementById('video-bg').addEventListener('loadedmetadata', function() {
let time = Math.floor(Math.random() * 1200);
console.log(time);
this.currentTime = time;
}, false);
</script>

<div id="container"></div>
</body>

</html>

+ 0
- 11027
jquery.js
文件差异内容过多而无法显示
查看文件


正在加载...
取消
保存