Skip to content

Commit

Permalink
Add missing thumbnail images for website examples - dof, gltf, persis…
Browse files Browse the repository at this point in the history
…tence. (#1047)
  • Loading branch information
tgorkin committed Apr 9, 2019
1 parent 10456a1 commit 83dd6d9
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions website/ocular-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,21 @@ module.exports = {
path: 'examples/core/instancing/',
image: 'images/example-instancing.jpg'
},
{title: 'Cubemap', path: 'examples/core/cubemap/', image: 'images/example-cubemap.jpg'},
{title: 'DOF', path: 'examples/core/dof/', image: 'images/example-dof.jpg'},
{title: 'Fragment', path: 'examples/core/fragment/', image: 'images/example-fragment.jpg'},
{
title: 'Cubemap',
path: 'examples/core/cubemap/',
image: 'images/example-cubemap.jpg'
},
{
title: 'DOF',
path: 'examples/core/dof/',
image: 'images/example-dof.jpg'
},
{
title: 'Fragment',
path: 'examples/core/fragment/',
image: 'images/example-fragment.jpg'
},
{
title: 'Mandelbrot',
path: 'examples/core/mandelbrot/',
Expand All @@ -80,15 +92,27 @@ module.exports = {
image: 'images/example-persistence.jpg'
},
// {title: 'Picking', path: 'examples/core/picking/', image: 'images/example-picking.jpg'},
{title: 'Shadowmap', path: 'examples/core/shadowmap/', image: 'images/example-shadowmap.jpg'},
{
title: 'Shadowmap',
path: 'examples/core/shadowmap/',
image: 'images/example-shadowmap.jpg'
},
// {title: 'Texture3D', path: 'examples/core/texture3d/', image: 'images/example-texture3d.png'},
{title: 'Transform', path: 'examples/core/transform/', image: 'images/example-transform.png'},
{
title: 'Transform',
path: 'examples/core/transform/',
image: 'images/example-transform.png'
},
{
title: 'TransformFeedback',
path: 'examples/core/transform-feedback/app',
image: 'images/example-transform-feedback.jpg'
},
{title: 'GLTF', path: 'examples/gltf'},
{
title: 'GLTF',
path: 'examples/gltf',
image: 'images/example-gltf.jpg'
},
{title: 'Lesson01', path: 'examples/lessons/01/', image: 'images/lesson-1.png'},
{title: 'Lesson02', path: 'examples/lessons/02/', image: 'images/lesson-2.png'},
{title: 'Lesson03', path: 'examples/lessons/03/', image: 'images/lesson-3.png'},
Expand Down
Binary file added website/src/images/example-dof.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/src/images/example-gltf.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/src/images/example-persistence.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/src/images/persistence-example.png
Binary file not shown.

0 comments on commit 83dd6d9

Please sign in to comment.