The greatest 3D Brick instructions you'll ever meet.
- ARKit XR Plugin 4.2.1
- AR Foundation 4.2.1
- Input System 1.1.1
- Post Processing 3.1.1
- Portrait: false
- Portrait Upside Down: false
- Landscape Right: true
- Landscape Left: true
- Target Device: iPhone + iPad
- Target minimum iOS version: 12.0
- Requires ARKit support: true
- Active Input Handling: Both
- Initialize XR on Startup: true
- Plug-in Providers > ARKit: true
We used parts from the community run part library LDraw Parts List. The meshes were optimized in Blender and exported as FBX. Official colors can be obtained from Brickipedia Color Palette.
The data structure is based on the YAML format. Each build step has a unique ID. Related build steps can be referenced by the ID's. There are different types of build steps:
Single parts are joined together here. Each build step contains the ID of the component, the local position, the rotation of the component, as well as the color of the component.
For components, only the component ID and the position are specified. Specifying the rotation would be possible like for single parts, but is not required at the moment.
These steps only contain a rotation vector, to rotate the view and a so called "Smoothing-Factor", which should indicate if the rotation should be animated (value = 1) or not (value = 0).
Furthermore, each building step contains a specification for the position on the y-axis, as well as a rotation vector for the correct alignment in space. The y-axis represents the height of the object in space. Sometimes this is desirable, for example if the object has to be turned upside down.
The inventory is listed in the same YAML file as the build steps. An inventory entry contains the required parts or components, as well as their quantity and color. The associated steps are specified under the "steps" parameter.
- Android version using "AR Core"
- Enable import of own models
- Realize instructions away from building brick models
- Use Lidar sensor of iPad Pro (possibly better AR functionality)
- "Mixed Reality" application for HoloLens
- Automatically capture the current build step
- Develop a GUI to construct own instructions of a model