FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
n8ao/example/index.html at master · N8python/n8ao · GitHub
N8python
/
n8ao
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
491
Code
Issues
2
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
n8ao
/
example
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (23 loc) · 1017 Bytes
Breadcrumbs
n8ao
/
example
/
index.html
Copy path
File metadata and controls
26 lines (23 loc) · 1017 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<!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.0
"
>
<
title
>
SSAO
</
title
>
<
style
>
body
{
margin
:
0
;
overflow
:
hidden;
}
</
style
>
</
head
>
<
body
>
<
script
type
="
importmap
"
>
{
"imports"
:
{
"three"
:
"https://cdn.jsdelivr.net/npm/three@0.185.1/build/three.module.js"
,
"three/examples/"
:
"https://cdn.jsdelivr.net/npm/three@0.185.1/examples/"
,
"three/addons/"
:
"https://cdn.jsdelivr.net/npm/three@0.185.1/examples/jsm/"
,
"postprocessing"
:
"https://cdn.jsdelivr.net/npm/postprocessing@6.39.2/build/index.js"
}
}
</
script
>
<
p
style
="
position:absolute;top:100%;transform:translate(4px, -200%);color:white;z-index:100000;background-color: black;
"
>
Elapsed Time for AO (
<
span
id
="
aoMetadata
"
>
</
span
>
):
<
span
id
="
aoTime
"
>
0
</
span
>
ms
</
p
>
<
script
type
="
module
"
src
="
main.js
"
>
</
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL