Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bbguimaraes
bbguimaraes.com
Commits
9128193c
Commit
9128193c
authored
Aug 01, 2021
by
bbguimaraes
Browse files
nngn: post-processing screenshots/videos
parent
eb57461b
Changes
5
Hide whitespace changes
Inline
Side-by-side
bbguimaraes.com/nngn/index.html
View file @
9128193c
...
...
@@ -38,7 +38,7 @@ more about it in the <a href="/blog/tags/nngn.html">blog</a> section.
</li>
<li><a
href=
"docs/"
>
documentation
</a></li>
<li>
screenshots
screenshots
/videos
<ul>
<li>
<a
href=
"screenshots/engine.html"
>
engine
</a>
...
...
@@ -46,6 +46,9 @@ more about it in the <a href="/blog/tags/nngn.html">blog</a> section.
<li>
<a
href=
"screenshots/lighting.html"
>
lighting
</a>
</li>
<li>
<a
href=
"screenshots/post.html"
>
post-processing
</a>
</li>
<li>
<a
href=
"screenshots/tools.html"
>
tools
</a>
</li>
...
...
bbguimaraes.com/nngn/nngn.css
View file @
9128193c
...
...
@@ -31,7 +31,7 @@ main {
margin-top
:
2em
;
}
.screenshots
img
{
.screenshots
img
,
.screenshots
video
{
width
:
100%
;
max-width
:
800px
;
padding
:
1em
;
...
...
bbguimaraes.com/nngn/screenshots/lighting.html
View file @
9128193c
...
...
@@ -48,6 +48,12 @@
title=
"more dynamic lighting"
>
<figcaption>
More dynamic lighting.
</figcaption>
</figure>
<figure>
<img
src=
"/files/nngn/screenshots/perspective_shadows.png"
alt=
"perspective shadows"
title=
"perspective shadows"
>
<figcaption>
Shadows in perspective mode.
</figcaption>
</figure>
</div>
</main>
</body>
...
...
bbguimaraes.com/nngn/screenshots/post.html
0 → 100644
View file @
9128193c
<!DOCTYPE HTML>
<html>
<head>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
nngn - screenshots - post-processing
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../main.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../nngn.css"
/>
</head>
<body>
<main>
<nav
id=
"page-nav"
>
<a
href=
"/"
><img
id=
"logo"
src=
"/triangle.png"
alt=
"root"
/></a>
/
<a
href=
"/nngn"
>
nngn
</a>
/ screenshots / post-processing
</nav>
<h1>
nngn
</h1>
<h2>
screenshots - post-processing
</h2>
<ul>
<li><a
href=
"#screenshots"
>
screenshots
</a></li>
<li><a
href=
"#videos"
>
videos
</a></li>
</ul>
<div
class=
"screenshots"
>
<h3>
<a
id=
"screenshots"
href=
"#screenshots"
>
screenshots
</a>
</h3>
<figure>
<img
src=
"/files/nngn/screenshots/hdr.png"
alt=
"high dynamic range"
title=
"high dynamic range"
>
<figcaption>
High dynamic range.
</figcaption>
</figure>
<figure>
<img
src=
"/files/nngn/screenshots/bloom.png"
alt=
"bloom lighting"
title=
"bloom lighting"
>
<figcaption>
Bloom lighting.
</figcaption>
</figure>
<figure>
<img
src=
"/files/nngn/screenshots/automatic_exposure.png"
alt=
"automatic exposure"
title=
"automatic exposure"
>
<figcaption>
Automatic exposure.
</figcaption>
</figure>
<figure>
<img
src=
"/files/nngn/screenshots/blur.png"
alt=
"blur"
title=
"blur"
>
<figcaption>
Blur.
</figcaption>
</figure>
<h3>
<a
id=
"videos"
href=
"#videos"
>
videos
</a>
</h3>
<figure>
<video
controls
preload=
"none"
poster=
"/files/nngn/screenshots/post_poster.png"
>
<source
src=
"/files/nngn/screenshots/post.webm"
/>
Your browser doesn't support the
<
video
>
tag.
</video>
<figcaption>
Post-processing demonstration.
</figcaption>
</figure>
<figure>
<video
controls
preload=
"none"
poster=
"/files/nngn/screenshots/dynamic_lighting_poster.png"
>
<source
src=
"/files/nngn/screenshots/dynamic_lighting.webm"
/>
Your browser doesn't support the
<
video
>
tag.
</video>
<figcaption>
Dynamic lighting.
</figcaption>
</figure>
</div>
</main>
</body>
</html>
bbguimaraes.com/nngn/screenshots/tools.html
View file @
9128193c
...
...
@@ -18,6 +18,14 @@
<h1>
nngn
</h1>
<h2>
screenshots - tools
</h2>
<div
class=
"screenshots"
>
<figure>
<img
src=
"/files/nngn/screenshots/configure.png"
alt=
"configure"
title=
"configure"
>
<figcaption>
Generic, configurable settings.
</figcaption>
</figure>
<figure>
<img
src=
"/files/nngn/screenshots/timeline_prof.png"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment