Skip to content

Commit 344859d

Browse files
PANSTER.DanielPANSTER.Daniel
authored andcommitted
change img gallery and number; add load full gallery option
1 parent 54598b7 commit 344859d

File tree

83 files changed

+288
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+288
-85
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
<a href="https://dpanster.github.io/angular5-threejs-css3d/css3d-threejs">
1111
<img src="/src/assets/screens/thumb_css3d_threejs.jpg" width="80" title="CSS3d, Threejs + Terrain">
1212
</a>
13-
* An example for an image galery in CSS3d:<br>
13+
* An example for an image gallery in CSS3d:<br>
1414
<a href="https://dpanster.github.io/angular5-threejs-css3d/img-gallery">
1515
<img src="/src/assets/screens/thumb_img_gallery_threejs.jpg" width="80" title="Image Gallery, Threejs + CSS3d">
1616
</a>
17-
* A small game included most features of the examples will be implemented...
17+
* A small game included most features of the examples will be implemented... see
1818

1919
--------------------
2020
# access to published page
2121
https://dpanster.github.io/angular5-threejs-css3d/
2222

2323
==================================================
24-
# Versions:
24+
# Installed versions:
2525

2626
Angular CLI: 6.0.0-rc.4
2727
Node: 8.11.3

package-lock.json

Lines changed: 158 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@types/recursive-readdir": "^2.2.0",
2828
"@types/stats": "^0.16.30",
2929
"@types/three": "^0.91.0",
30+
"angular-cli-ghpages": "^0.5.3",
3031
"cannon": "^0.6.1",
3132
"chroma-js": "^1.3.7",
3233
"core-js": "^2.4.1",

src/app/css3d-threejs/css3d-threejs.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<header>
44
<div class="w3-container ">
55
<h1>
6-
<b>A Three.js CSS3d showcase...</b>
6+
<b>A Three.js - CSS3d showcase with terrain and physics...</b>
77
</h1>
88
This canvas contains two scenes from
99
<em>THREE.js</em> and two renderer elements, a

src/app/home/home.component.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ <h1>
2525
<div class="w3-col s3 w3-center">
2626
<p>CSS3D - Three.js</p>
2727
</div>
28-
<div class="w3-col s6"></div>
28+
<div class="w3-col s3 w3-center">
29+
<p>Image Gallery - Three.js</p>
30+
</div>
31+
<div class="w3-col s3"></div>
2932
</div>
3033

3134
<!--thumbs-->
@@ -40,6 +43,11 @@ <h1>
4043
<img [src]="imgURL_css3d_threejs" alt="" height="150" width="150">
4144
</a>
4245
</div>
46+
<div class="w3-col s3 w3-center">
47+
<a routerLink="img-gallery">
48+
<img [src]="imgURL_img_gallery_threejs" alt="" height="150" width="150">
49+
</a>
50+
</div>
4351
<div class="w3-col s6"></div>
4452
</div>
4553
</div>

src/app/home/home.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class HomeComponent implements OnInit {
1010
// thumbnails
1111
public imgURL_cube_threejs = "assets/screens/thumb_cube_threejs.jpg";
1212
public imgURL_css3d_threejs = "assets/screens/thumb_css3d_threejs.jpg";
13-
13+
public imgURL_img_gallery_threejs = "assets/screens/thumb_img_gallery_threejs.jpg";
1414

1515
constructor() { }
1616

src/app/img-gallery.zip

-6.36 KB
Binary file not shown.

0 commit comments

Comments
 (0)