βοΈAKIMME Builder Tool
Last updated
Last updated
The AKIMME Builder tool allows users to create scenes using the provided assets and tools. User may also create their customised 3D asset/scene using a third party modelling software and upload it to the builder tool. However, for uploading customised assets and scene user will require a IPFS free pinata account
If the user owns a land plot he can publish his scene on his land plot.
As AKIMME Metaverse only has 3 sizes of plots (1 x 1 , 2 x 2 , 3 x 3 ) . Due to Optimization and best user experience in the metaverse, users are restricted to create the scene with the below guidelines
Please note: Pinata Account is not required if the user is only using the provided assets on the Builder tool.
Sign up for a free Pinata account to upload custom 3D assets or scene files on the Platform.
After creating the Pinata account, navigate to the "API Keys" section on the Pinata dashboard.
Generate a new API Key and API Secret in the "API Keys" section.
Copy the generated API Key and API Secret.
Paste the API Key and API Secret into the designated form when uploading custom scenes or assets on the Builder Tool..
Users are allowed to save the API Key and API Secret only once on the platform.
Deleting these keys from the Pinata dashboard will disable further file uploads and loss of already uploaded files.
Do not remove or delete the API Keys, as they are crucial for platform integration.
Avoid directly deleting files (custom assets or scenes) from the Pinata dashboard, use the Builder tool interface for file deletion.
1. Users are required to adhere to the specified limitations mentioned above for optimal scene performance.
2. Whenever applicable, ensure that planes or surfaces have two faces. This optimization technique can enhance rendering efficiency and contribute to a smoother visual experience.
3.When possible, share textures across 3D models. A good practice is to use a single texture as an atlas map, shared across all models in the scene. Itβs better to have 1 large shared texture of 1024x1024 pixels instead of several small ones.
4. The recommended size for textures is (512x512).
5. Avoid skinned meshes. They can drag down the performance significantly.
6. Avoid using blended transparencies. Blended transparencies have to bypass quite a few of the rendering optimizations. If possible, favor opaque or alpha tested geometry.
1. Users can upload custom 3D assets in .glb format.
2. Maximum file size for a custom asset: 26 MB.
3. These assets can be used to customise a scene within the platform.
1. Users can import custom scenes in .glb format.
2. Maximum file size for a custom scene: 50 MB.
3. Sample scenes for allowed sizes: 1X1 Scene, 2X2 Scene, 3X3 Scene.
4. Scene Hierarchy:
- *Scene (parent object)*
- *Ground(child object, itβs name must be βGroundβ)*
- *Element 1(child object)*
- *Element 2(child object)*
The Scene object is the parent.
Ground is a child of Scene.
Element 1, Element 2, and so on, are also children of Scene.
This represents a basic hierarchy structure for a custom scene where the ground and other elements are organised under a common parent object, which is the Scene in this case.