Slide 32
Slide 32 text
{
materials: [
{
name: 'unlit_material',
parameters: [
{ baseColor: 'andy', },
{ baseColorTint: [ 1, 1, 1, 1, ], },
{ metallic: 1, },
{ roughness: 1, },
{ opacity: null, },
],
source: 'build/sceneform_sdk/default_materials/obj_material.sfm',
},
],
model: {
attributes: [ 'Position', 'TexCoord', 'Orientation', ],
collision: {},
file: 'sampledata/andy/andy.obj',
name: 'andy',
recenter: 'root',
},
samplers: [
{
file: 'sampledata/andy/andy.png',
name: 'andy',
pipeline_name: 'andy.png',
},
],
version: ‘0.54:2',
}
andy.sfa