Getting deeper in the commit with GraphQL, I see no jpg commited together with object
query{
stream (id: "93e286e781"){
object(id: "ca7d9092e4821e36fdc76ba51670bcf9") {
speckleType
totalChildrenCount
applicationId
data
}
}
}
I see that diffuse field is “-1” . Is there any way to commit also the diffuse jpg or it is in the to-do list?
{
"data": {
"stream": {
"object": {
"speckleType": "Base",
"totalChildrenCount": 12,
"applicationId": null,
"data": {
"id": "ca7d9092e4821e36fdc76ba51670bcf9",
"area": 404214.2482136595,
"bbox": {
"id": "a709c40c28a5ed75e6b322dc418016f1",
"area": 404214.2482136594,
"units": "cm",
"xSize": {
"id": "e304a076bc35d9bbb7f81ef40975d77d",
"end": 159.7754309686618,
"start": -87.29175971402674,
"speckle_type": "Objects.Primitive.Interval",
"totalChildrenCount": 0
},
"ySize": {
"id": "285055d8f1ac0eade69d0f64c0acc576",
"end": 213.84022004341654,
"start": -170.8610643717106,
"speckle_type": "Objects.Primitive.Interval",
"totalChildrenCount": 0
},
"zSize": {
"id": "aa4ad2cb90460b23e137c2faaa14ac93",
"end": 169.46090654141352,
"start": 0,
"speckle_type": "Objects.Primitive.Interval",
"totalChildrenCount": 0
},
"volume": 16106761.89940072,
"basePlane": {
"id": "55cc8d04f93635620f2eaf51372efa78",
"xdir": {
"x": 1,
"y": 0,
"z": 0,
"id": "236fb3d887b964890756b5975800969e",
"units": "cm",
"speckle_type": "Objects.Geometry.Vector",
"totalChildrenCount": 0
},
"ydir": {
"x": 0,
"y": 1,
"z": 0,
"id": "24383118a69d57308b0074f546c5b9cb",
"units": "cm",
"speckle_type": "Objects.Geometry.Vector",
"totalChildrenCount": 0
},
"units": "cm",
"normal": {
"x": 0,
"y": 0,
"z": 1,
"id": "3dd2f4d441a36f307b94c0e85fd62c58",
"units": "cm",
"speckle_type": "Objects.Geometry.Vector",
"totalChildrenCount": 0
},
"origin": {
"x": 0,
"y": 0,
"z": 0,
"id": "698c3fb313fb9e4b26161fccba66daa1",
"units": "cm",
"speckle_type": "Objects.Geometry.Point",
"totalChildrenCount": 0
},
"speckle_type": "Objects.Geometry.Plane",
"totalChildrenCount": 0
},
"speckle_type": "Objects.Geometry.Box",
"totalChildrenCount": 0
},
"Edges": [
{
"referencedId": "714abacfd529c9fdcd54d4dbb96f1782",
"speckle_type": "reference"
}
],
"Faces": [
{
"referencedId": "c9d0c2832f670a2d25b4ee0b89fc7e43",
"speckle_type": "reference"
}
],
"Loops": [
{
"referencedId": "a4e7585006bc95f22c9e12387322b144",
"speckle_type": "reference"
}
],
"Trims": [
{
"referencedId": "2ee597ab62217c2510c4d0d0dd44d431",
"speckle_type": "reference"
}
],
"units": "cm",
"volume": 16106761.899400722,
"Curve2D": [
{
"referencedId": "788002b0a1a3d2e2c9a1998556f0ed67",
"speckle_type": "reference"
}
],
"Curve3D": [
{
"referencedId": "41001c39dc141a65e0be52160431107d",
"speckle_type": "reference"
}
],
"IsClosed": true,
"Surfaces": [
{
"referencedId": "c0af7fdfe04a476afbe82ca603691e90",
"speckle_type": "reference"
}
],
"Vertices": [
{
"referencedId": "e61289677c49d38f93c41abc962d28aa",
"speckle_type": "reference"
}
],
"__closure": {
"0b32d508125cbd477ce25f39e7906159": 2,
"2ee597ab62217c2510c4d0d0dd44d431": 1,
"41001c39dc141a65e0be52160431107d": 1,
"68d2de0c8aedda6e3d8e8b09f4cd80da": 2,
"6d6018e9018e53650f2300fb92cdccb2": 2,
"714abacfd529c9fdcd54d4dbb96f1782": 1,
"788002b0a1a3d2e2c9a1998556f0ed67": 1,
"a4e7585006bc95f22c9e12387322b144": 1,
"bab2cf96e49548ef3e0f05faf4230d65": 1,
"c0af7fdfe04a476afbe82ca603691e90": 1,
"c9d0c2832f670a2d25b4ee0b89fc7e43": 1,
"e61289677c49d38f93c41abc962d28aa": 1
},
"provenance": "Rhino",
"Orientation": 1,
"displayMesh": {
"referencedId": "bab2cf96e49548ef3e0f05faf4230d65",
"speckle_type": "reference"
},
"speckle_type": "Objects.Geometry.Brep",
"applicationId": "08f8be75-8d56-4a50-8ec1-3b0c2e4c86c0",
"renderMaterial": {
"id": "600a7e5fe943573d32429973b1bcb3a4",
"name": "African teak polished",
"diffuse": -1,
"opacity": 1,
"emissive": -16777216,
"metalness": 1,
"roughness": 1,
"speckle_type": "Objects.Other.RenderMaterial",
"totalChildrenCount": 0
},
"totalChildrenCount": 12
}
}
}
}
}