diff options
author | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-02-01 01:33:24 +0000 |
---|---|---|
committer | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-02-01 01:33:24 +0000 |
commit | 39283191507259cb4dccba3441cdf16025179829 (patch) | |
tree | 29ad229325ab151a056d06fbe4c6f1fcd7b292d7 /src/images | |
parent | 3d596b24b72677fbf264a22f3c0ff44aa9bb2baf (diff) |
Issue 206 : Example program cleanup
Item 4) Reorganized directory structure to make the examples a single project rather than a collection of independent apps.
. All example programs moved under src/classes, and all are now in a subpackage of org.jdesktop.j3d.examples.
. All resource files (geometry, images, audio) moved under src/resources
. ant script now exists only at top level
. Created netbeans project file for NetBeans IDE
Diffstat (limited to 'src/images')
-rw-r--r-- | src/images/Java3d.jpg | bin | 15473 -> 0 bytes |
-rw-r--r-- | src/images/animation1.gif | bin | 5631 -> 0 bytes |
-rw-r--r-- | src/images/animation10.gif | bin | 5027 -> 0 bytes |
-rw-r--r-- | src/images/animation2.gif | bin | 5925 -> 0 bytes |
-rw-r--r-- | src/images/animation3.gif | bin | 6051 -> 0 bytes |
-rw-r--r-- | src/images/animation4.gif | bin | 6276 -> 0 bytes |
-rw-r--r-- | src/images/animation5.gif | bin | 5571 -> 0 bytes |
-rw-r--r-- | src/images/animation6.gif | bin | 4186 -> 0 bytes |
-rw-r--r-- | src/images/animation7.gif | bin | 4628 -> 0 bytes |
-rw-r--r-- | src/images/animation8.gif | bin | 6476 -> 0 bytes |
-rw-r--r-- | src/images/animation9.gif | bin | 5664 -> 0 bytes |
-rw-r--r-- | src/images/apimage.jpg | bin | 79522 -> 0 bytes |
-rw-r--r-- | src/images/bg.jpg | bin | 327485 -> 0 bytes |
-rw-r--r-- | src/images/earth.jpg | bin | 13411 -> 0 bytes |
-rw-r--r-- | src/images/one.jpg | bin | 6450 -> 0 bytes |
-rw-r--r-- | src/images/stone.jpg | bin | 79522 -> 0 bytes |
-rw-r--r-- | src/images/ttimage.jpg | bin | 1033 -> 0 bytes |
17 files changed, 0 insertions, 0 deletions
diff --git a/src/images/Java3d.jpg b/src/images/Java3d.jpg Binary files differdeleted file mode 100644 index b6e6090..0000000 --- a/src/images/Java3d.jpg +++ /dev/null diff --git a/src/images/animation1.gif b/src/images/animation1.gif Binary files differdeleted file mode 100644 index 6bba810..0000000 --- a/src/images/animation1.gif +++ /dev/null diff --git a/src/images/animation10.gif b/src/images/animation10.gif Binary files differdeleted file mode 100644 index cb04e3a..0000000 --- a/src/images/animation10.gif +++ /dev/null diff --git a/src/images/animation2.gif b/src/images/animation2.gif Binary files differdeleted file mode 100644 index c20aefe..0000000 --- a/src/images/animation2.gif +++ /dev/null diff --git a/src/images/animation3.gif b/src/images/animation3.gif Binary files differdeleted file mode 100644 index 4813a7c..0000000 --- a/src/images/animation3.gif +++ /dev/null diff --git a/src/images/animation4.gif b/src/images/animation4.gif Binary files differdeleted file mode 100644 index c4d0083..0000000 --- a/src/images/animation4.gif +++ /dev/null diff --git a/src/images/animation5.gif b/src/images/animation5.gif Binary files differdeleted file mode 100644 index b41fb5d..0000000 --- a/src/images/animation5.gif +++ /dev/null diff --git a/src/images/animation6.gif b/src/images/animation6.gif Binary files differdeleted file mode 100644 index ce9015f..0000000 --- a/src/images/animation6.gif +++ /dev/null diff --git a/src/images/animation7.gif b/src/images/animation7.gif Binary files differdeleted file mode 100644 index 2f1face..0000000 --- a/src/images/animation7.gif +++ /dev/null diff --git a/src/images/animation8.gif b/src/images/animation8.gif Binary files differdeleted file mode 100644 index 7ed54bf..0000000 --- a/src/images/animation8.gif +++ /dev/null diff --git a/src/images/animation9.gif b/src/images/animation9.gif Binary files differdeleted file mode 100644 index e629b8c..0000000 --- a/src/images/animation9.gif +++ /dev/null diff --git a/src/images/apimage.jpg b/src/images/apimage.jpg Binary files differdeleted file mode 100644 index ab80a4a..0000000 --- a/src/images/apimage.jpg +++ /dev/null diff --git a/src/images/bg.jpg b/src/images/bg.jpg Binary files differdeleted file mode 100644 index 556babe..0000000 --- a/src/images/bg.jpg +++ /dev/null diff --git a/src/images/earth.jpg b/src/images/earth.jpg Binary files differdeleted file mode 100644 index 95f004b..0000000 --- a/src/images/earth.jpg +++ /dev/null diff --git a/src/images/one.jpg b/src/images/one.jpg Binary files differdeleted file mode 100644 index 1eaee12..0000000 --- a/src/images/one.jpg +++ /dev/null diff --git a/src/images/stone.jpg b/src/images/stone.jpg Binary files differdeleted file mode 100644 index ab80a4a..0000000 --- a/src/images/stone.jpg +++ /dev/null diff --git a/src/images/ttimage.jpg b/src/images/ttimage.jpg Binary files differdeleted file mode 100644 index f3eecb6..0000000 --- a/src/images/ttimage.jpg +++ /dev/null |