Skip to content

Commit

Permalink
commit 01
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardGe committed Mar 7, 2018
0 parents commit ad1013c
Show file tree
Hide file tree
Showing 21 changed files with 176 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"# RPRmatlibTest"
14 changes: 14 additions & 0 deletions matlib/.desc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@



{
"description" : "it's the root folder",

"list": [
"group1/" ,
"group2/"
]


}

14 changes: 14 additions & 0 deletions matlib/group1/.desc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@



{
"description" : "human description of the group1",


"list": [ "material03.meta.json" ]




}

5 changes: 5 additions & 0 deletions matlib/group1/material03.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


RPR MATERIAL HERE


7 changes: 7 additions & 0 deletions matlib/group1/material03.json.desc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{
"sha1":"0000000000000000000000000000000000000000" ,
"size":"0"
}


21 changes: 21 additions & 0 deletions matlib/group1/material03.meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@




{


"description" : "it's wood",

"keywords" : [ "tree", "nature" ],

"dependencies": [
{ "file" : "material03.json" } ,
{ "file" : "../imagesA/image03.png" }
]


}



14 changes: 14 additions & 0 deletions matlib/group2/.desc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@



{
"description" : "human description of the group2",


"list": [ "material01.meta.json" , "material02.meta.json" ]




}

5 changes: 5 additions & 0 deletions matlib/group2/material01.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


RPR MATERIAL HERE


7 changes: 7 additions & 0 deletions matlib/group2/material01.json.desc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{
"sha1":"0000000000000000000000000000000000000000" ,
"size":"0"
}


26 changes: 26 additions & 0 deletions matlib/group2/material01.meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@




{



"description" : "a shiny gold metal material",

"keywords" : [ "metal", "gold" ],





"dependencies": [
{ "file" : "material01.json" } ,
{ "file" : "../imagesA/image01.png" }
]


}



5 changes: 5 additions & 0 deletions matlib/group2/material02.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


RPR MATERIAL HERE


7 changes: 7 additions & 0 deletions matlib/group2/material02.json.desc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{
"sha1":"0000000000000000000000000000000000000000" ,
"size":"0"
}


22 changes: 22 additions & 0 deletions matlib/group2/material02.meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@




{



"description" : "a shiny silver metal material",

"keywords" : [ "metal", "silver" ],

"dependencies": [
{ "file" : "material02.json" } ,
{ "file" : "../imagesA/image02.png" }
]


}



Binary file added matlib/imagesA/image01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions matlib/imagesA/image01.png.desc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{
"sha1":"0000000000000000000000000000000000000000" ,
"size":"0"
}


Binary file added matlib/imagesA/image02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions matlib/imagesA/image02.png.desc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{
"sha1":"0000000000000000000000000000000000000000" ,
"size":"0"
}


Binary file added matlib/imagesA/image03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions matlib/imagesA/image03.png.desc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{
"sha1":"0000000000000000000000000000000000000000" ,
"size":"0"
}


Binary file added matlib/imagesA/image04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions matlib/imagesA/image04.png.desc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{
"sha1":"0000000000000000000000000000000000000000" ,
"size":"0"
}


0 comments on commit ad1013c

Please sign in to comment.