ObjectSpecs
An object category
Supported Variants
Other
Other category
Full Specification
{
type: "Other"
}
Bathtub
Bathtub
Full Specification
{
type: "Bathtub"
}
Bed
Bed
Full Specification
{
type: "Bed"
}
Chair
Chair
Full Specification
ObjectSpecs {
type : "Chair", // this should not change
category : ChairType
arms : ChairArmType,
back : ChairBackType,
legs : ChairLegType,
}
Dishwasher
Dishwasher
Full Specification
{
type: "Dishwasher"
}
Fireplace
Fireplace
Full Specification
{
type: "Fireplace"
}
Oven
Oven
Full Specification
{
type: "Oven"
}
Refrigerator
Refrigerator
Full Specification
{
type: "Refrigerator"
}
Sink
Sink
Full Specification
{
type: "Sink"
}
Sofa
Sofa
Full Specification
ObjectSpecs {
type : "Sofa", // this should not change
category : SofaType
}
Stairs
Stairs
Full Specification
{
type: "Stairs"
}
Storage
Storage
Full Specification
ObjectSpecs {
type : "Storage", // this should not change
category : StorageType
}
Stove
Stove
Full Specification
{
type: "Stove"
}
Table
Table
Full Specification
ObjectSpecs {
type : "Table", // this should not change
category : TableType
shape : TableShape,
}
Television
Television
Full Specification
{
type: "Television"
}
Toilet
Toilet
Full Specification
{
type: "Toilet"
}
WasherDryer
Washer Dryer
Full Specification
{
type: "WasherDryer"
}