-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'concave-mirror-wearable-display' (by Rene)
- Loading branch information
Showing
21 changed files
with
1,498 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
<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>凹面镜可穿戴显示器 - 射线光学模拟</title> | ||
<meta property="og:title" content="凹面镜可穿戴显示器 - 射线光学模拟"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="https://phydemo.app/ray-optics/cn/gallery/concave-mirror-wearable-display"> | ||
<meta property="og:image" content="https://phydemo.app/ray-optics/cn/gallery/concave-mirror-wearable-display-thumbnail.png"> | ||
<meta property="og:description" content="自由、开源的网页程序,用于建立及模拟二维几何光学场景。"> | ||
<meta property="og:locale" content="zh-CN"> | ||
<link rel="canonical" href="https://phydemo.app/ray-optics/cn/gallery/concave-mirror-wearable-display"> | ||
<link rel="alternate" href="https://phydemo.app/ray-optics/gallery/concave-mirror-wearable-display" hreflang="en"> | ||
<link rel="alternate" href="https://phydemo.app/ray-optics/cn/gallery/concave-mirror-wearable-display" hreflang="zh-CN"> | ||
<link rel="alternate" href="https://phydemo.app/ray-optics/tw/gallery/concave-mirror-wearable-display" hreflang="zh-TW"> | ||
|
||
<link rel="stylesheet" href="../../thirdparty/bootstrap-3.3.7/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;max-height:90px;overflow:hidden"> | ||
<a href="https://phydemo.app/ray-optics/cn/" class="navbar-left brand"> | ||
<img src="../../icon128.png" alt="" style="width:18pt; height:18pt"> | ||
射线光学模拟 | ||
</a> | ||
<div class="navbar-right"> | ||
|
||
<span class="navul"> | ||
<a href="https://phydemo.app/ray-optics/cn/">首页</a> | ||
<a href="https://phydemo.app/ray-optics/cn/gallery/" class="active">作品集</a> | ||
<a href="https://phydemo.app/ray-optics/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>凹面镜可穿戴显示器</span></b></h1> | ||
<p> | ||
贡献者:Rene | ||
</p> | ||
<div class="description"> | ||
<p>简易的可穿戴显示器。许多设计都使用两个镜子及一个正透镜,但本模拟为只用一个光学元件的版本。比例约为5:1mm。</p>< p>CC0:此作品已被标记为释出至公有领域</p> | ||
</div> | ||
<p> | ||
<a href="https://phydemo.app/ray-optics/simulator/?zh-CN#../cn/gallery/concave-mirror-wearable-display" target="_blank" class="btn btn-success btn-lg">在模拟器中打开</a> | ||
</p> | ||
<img src="concave-mirror-wearable-display.png" alt="凹面镜可穿戴显示器" style="width:100%"> | ||
</center> | ||
|
||
<div style="float: right; padding-top: 10px;"> | ||
<div class="dropup"> | ||
<button class="btn btn-default dropdown-toggle" type="button" data-toggle="dropdown"> | ||
<span id="language">语言:简体中文</span> | ||
<span class="caret"></span></button> | ||
<ul class="dropdown-menu"> | ||
<li><a href="https://phydemo.app/ray-optics/gallery/concave-mirror-wearable-display">English</a></li><li><a href="https://phydemo.app/ray-optics/cn/gallery/concave-mirror-wearable-display">简体中文</a></li><li><a href="https://phydemo.app/ray-optics/tw/gallery/concave-mirror-wearable-display">正體中文</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="../../thirdparty/jquery.min.js"></script> | ||
<script src="../../thirdparty/bootstrap-3.3.7/bootstrap.min.js"></script> | ||
<script async defer src="https://buttons.github.io/buttons.js"></script> | ||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.