Why Metadata Matters
If you are hosting your drawings & files on a remote server, check out their URLs. For us it looks something like this for a single 3D product visualization scene
Notice anything? Let's take a look another way
We are using remote resources like a file system in order to load 3D files for use with Salesforce. This is particularly useful when loading related assets such as textures and materials that are associated but not included in the converted 3D Drawing.
In the files above, we are utilizing the same file server hosted at https://files.renderdraw.us/. From there we separate into “renderings” and “public” sub directories, and on and on until we reach our actual file to render, in this case XRT_850draco-processed.gltf.
All of these files relate to a single drawing, and when we attempt to scale storing these for every product your organization will ever have, it starts becoming daunting. At the end of the day, whenever we interact with data within Salesforce, there might be an associated 3D drawing that should be displayed.
Let's take a look at how complex this can get by adding another 4 records to Salesforce that have representative 3D files & relationships.
or visualized:
Notice how the size of the tree ballooned? Many times references to 3D files are many to one, so it can be said that for every record added to Salesforce of a given type that requires 3D visualization, at least one relationship must be maintained. Writing this relationship With RenderDraw's relationship management, these 3D drawings can be shared between different objects and usages within Salesforce. Common examples of this would be
3D Visualization on a product object
Configuration on a Quote Line object
Self-Service on an Asset Item through a Salesforce Community.
The underlying drawing doesn't change; only the use-case and object on Salesforce do.
To scale our 3D experiences in Salesforce, we need to establish a common way to render all of a given records of its type. Creating a relationship leads to reproducible results at scale for Salesforce objects and related 3D drawings.
Last updated