25 lines
476 B
JavaScript
25 lines
476 B
JavaScript
export default {
|
|
defaultOption: {
|
|
shading: null,
|
|
realisticMaterial: {
|
|
textureTiling: 1,
|
|
textureOffset: 0,
|
|
detailTexture: null
|
|
},
|
|
lambertMaterial: {
|
|
textureTiling: 1,
|
|
textureOffset: 0,
|
|
detailTexture: null
|
|
},
|
|
colorMaterial: {
|
|
textureTiling: 1,
|
|
textureOffset: 0,
|
|
detailTexture: null
|
|
},
|
|
hatchingMaterial: {
|
|
textureTiling: 1,
|
|
textureOffset: 0,
|
|
paperColor: '#fff'
|
|
}
|
|
}
|
|
}; |