Added Blue Tube as a material with a density of 1.30 g/cm3.
This commit is contained in:
parent
df779589c0
commit
109e4c20f8
@ -1015,6 +1015,7 @@ Databases.materials.Spruce = Spruce
|
||||
Databases.materials.StyrofoamgenericEPS = Styrofoam (generic EPS)
|
||||
Databases.materials.StyrofoamBluefoamXPS = Styrofoam \"Blue foam\" (XPS)
|
||||
Databases.materials.Quantumtubing = Quantum tubing
|
||||
Databases.materials.BlueTube = Blue tube
|
||||
!SURFACE_MATERIAL
|
||||
Databases.materials.Ripstopnylon = Ripstop nylon
|
||||
Databases.materials.Mylar = Mylar
|
||||
|
@ -59,6 +59,7 @@ public class Databases {
|
||||
// BULK_MATERIAL.add(new Material.Bulk("Styrofoam (Blue foam, XPS)", 32, false));
|
||||
BULK_MATERIAL.add(new Material.Bulk(trans.get("Databases.materials.StyrofoamBluefoamXPS"), 32, false));
|
||||
BULK_MATERIAL.add(new Material.Bulk(trans.get("Databases.materials.Quantumtubing"), 1050, false));
|
||||
BULK_MATERIAL.add(new Material.Bulk(trans.get("Databases.materials.BlueTube"), 1300, false));
|
||||
|
||||
SURFACE_MATERIAL.add(new Material.Surface(trans.get("Databases.materials.Ripstopnylon"), 0.067, false));
|
||||
SURFACE_MATERIAL.add(new Material.Surface(trans.get("Databases.materials.Mylar"), 0.021, false));
|
||||
|
Loading…
x
Reference in New Issue
Block a user