forked from ricktu288/ray-optics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
camera-obscura.html
52 lines (52 loc) · 2.41 KB
/
camera-obscura.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Camera obscura - Ray Optics Simulation</title>
<meta property="og:title" content="Camera obscura - Ray Optics Simulation">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phydemo.app/ray-optics/gallery/camera-obscura">
<meta property="og:image" content="https://phydemo.app/ray-optics/gallery/camera-obscura-thumbnail.png">
<meta property="og:description" content="A free, open-source web app for creating and simulating 2D geometric optical scenes.">
<meta property="og:locale" content="en">
<link rel="canonical" href="https://phydemo.app/ray-optics/gallery/camera-obscura">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="gallery.css">
<link rel="icon" href="../icon128.png" type="image/png">
</head>
<body>
<div class="navbar navbar-fixed-top container" style="background-color:white">
<a href="https://phydemo.app/ray-optics/" class="navbar-left brand">
<img src="../icon128.png" alt="" style="width:18pt;height:18pt">
Ray Optics Simulation
</a>
<div class="navbar-right">
<span class="navul">
<a href="https://phydemo.app/ray-optics/">Home</a>
<a href="https://phydemo.app/ray-optics/gallery/" class="active">Gallery</a>
<a href="https://phydemo.app/ray-optics/about">About</a>
</span>
<span class="github-button-container">
<a class="github-button" href="https://github.com/ricktu288/ray-optics" data-show-count="true" aria-label="Star ricktu288/ray-optics on GitHub">Star</a>
</span>
</div>
</div>
<div class="container">
<center>
<h1><b><span id="title">Camera obscura</span></b></h1>
<p id="description">
Contributor: Stas Fainer
</p>
<p>
<a href="https://phydemo.app/ray-optics/simulator/#camera-obscura" target="_blank" class="btn btn-success btn-lg" id="start">Open in Simulator</a>
</p>
<img src="camera-obscura.png" alt="Camera obscura, Observer (sees an inverted, Objects outside, Dark room, image of the objects outside, without an extra lens)" style="width:100%">
</center>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>