src/plugins/BIMServerLoaderPlugin/lib/defaultMaterials.js
/**
* @private
*/
const defaultMaterials = {
IfcSpace: [0.137255, 0.403922, 0.870588, 0.5],
IfcRoof: [0.837255, 0.203922, 0.270588, 1.0],
IfcSlab: [0.637255, 0.603922, 0.670588, 1.0],
IfcWall: [0.537255, 0.337255, 0.237255, 1.0],
IfcWallStandardCase: [0.537255, 0.337255, 0.237255, 1.0],
IfcDoor: [0.637255, 0.603922, 0.670588, 1.0],
IfcWindow: [0.137255, 0.403922, 0.870588, 0.5],
IfcOpeningElement: [0.137255, 0.403922, 0.870588, 0],
IfcRailing: [0.137255, 0.403922, 0.870588, 1.0],
IfcColumn: [0.137255, 0.403922, 0.870588, 1.0],
IfcBeam: [0.137255, 0.403922, 0.870588, 1.0],
IfcFurnishingElement: [0.137255, 0.403922, 0.870588, 1.0],
IfcCurtainWall: [0.137255, 0.403922, 0.870588, 1.0],
IfcStair: [0.637255, 0.603922, 0.670588, 1.0],
IfcStairFlight: [0.637255, 0.603922, 0.670588, 1.0],
IfcBuildingElementProxy: [0.5, 0.5, 0.5, 1.0],
IfcFlowSegment: [0.137255, 0.403922, 0.870588, 1.0],
IfcFlowitting: [0.137255, 0.403922, 0.870588, 1.0],
IfcFlowTerminal: [0.137255, 0.403922, 0.870588, 1.0],
IfcProxy: [0.137255, 0.403922, 0.870588, 1.0],
IfcSite: [0.137255, 0.403922, 0.870588, 1.0],
IfcLightFixture: [0.8470588235, 0.8470588235, 0.870588, 1.0],
IfcDuctSegment: [0.8470588235, 0.427450980392, 0, 1.0],
IfcDistributionFlowElement: [0.8470588235, 0.427450980392, 0, 1.0],
IfcDuctFitting: [0.8470588235, 0.427450980392, 0, 1.0],
IfcPlate: [0.8470588235, 0.427450980392, 0, 0.5],
IfcAirTerminal: [0.8470588235, 0.427450980392, 0, 1.0],
IfcMember: [0.8470588235, 0.427450980392, 0, 1.0],
IfcCovering: [0.8470588235, 0.427450980392, 0, 1.0],
IfcTransportElement: [0.8470588235, 0.427450980392, 0, 1.0],
IfcFlowController: [0.8470588235, 0.427450980392, 0, 1.0],
IfcFlowFitting: [0.8470588235, 0.427450980392, 0, 1.0],
IfcRamp: [0.8470588235, 0.427450980392, 0, 1.0],
IfcFurniture: [0.8470588235, 0.427450980392, 0, 1.0],
IfcFooting: [0.8470588235, 0.427450980392, 0, 1.0],
IfcSystemFurnitureElement: [0.8470588235, 0.427450980392, 0, 1.0],
//IfcSpace: [ 0.137255, 0.303922, 0.570588, 0.5],
DEFAULT: [0.5, 0.5, 0.5, 1.0]
};
export { defaultMaterials }