Skip to content

Commit 384c22c

Browse files
committed
fix lesson 06
1 parent 2b12acb commit 384c22c

File tree

6 files changed

+14
-3
lines changed

6 files changed

+14
-3
lines changed
File renamed without changes.
File renamed without changes.

lessons/04/demo.details

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
/*
33
---
4-
name: AMI - Lesson 00
5-
description: Load data.
4+
name: AMI - Lesson 04
5+
description: Labelmap.
66
authors:
77
- Nicolas Rannou (github)
88
js_wrap: onLoad

lessons/04/demo.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
32
<div id="my-gui-container">
43
</div>
54
<div id="my-lut-container">

lessons/06/demo.details

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
/*
3+
---
4+
name: AMI - Lesson 06
5+
description: Volume rendering.
6+
authors:
7+
- Nicolas Rannou (github)
8+
js_wrap: onLoad
9+
...
10+
*/
11+
12+
<p>This demo will show you how to: add multiple Events to an Element, create custom Events and fire an Event.</p>

0 commit comments

Comments
 (0)