MIRAI
  • Intro
    • Welcome to MIRAI
  • Deep Dive
    • Intelligent World Building
    • HyperGen™
      • How HyperGen™ Works
      • Image-to-3D HyperGen
      • Text-to-3D HyperGen
      • Benefits
    • AI Agents & NPCs
      • Types of AI NPCs
      • AI Helpers
      • AI Companions
    • Synthetic Derivative RWAs
  • MIRAI Prototype
    • Getting Started
  • MIRAI TOKEN
    • Token Utility
    • Tokenomics
    • Staking
  • Additional
    • Advisors & Partners
    • Official Links
Powered by GitBook
On this page
  1. Deep Dive
  2. HyperGen™

Text-to-3D HyperGen

HyperGen™ Text-to-3D works as follows:

  1. Specify object: User queries the MIRAI world builder for a specific object they in need in-world such as a sword.

  2. Text Analysis: MIRAI sorts through its own and partners pre-existing database of objects that matches the description of the object requested. If the 3D model is found it is imported to the world.

  3. Model Generation: If no pre-existing 3D model is found from the database then the model is generated.

  4. Model Optimization: The generated 3D model is optimized for rendering and interaction within the game.


Let:

  • QQQ be the user query for a specific object.

  • DDD be the database of pre-existing 3D models.

  • MMM be the 3D model of the object.

  • GGG be the function for generating a new 3D model.

  • OOO be the function for optimizing the 3D model.

  • III be the function for importing the 3D model into the world.

The process can be described as follows:

Q \rightarrow \text{FindModel}(Q, D) \rightarrow \begin{cases} M & \text{if } M \in D \\ G(Q) \rightarrow O(G(Q)) & \text{if } M \notin D \end{cases} \rightarrow I(M) \

Where:

  • QQQ represents the user query.

  • FindModel(Q,D)FindModel(Q, D)FindModel(Q,D) determines if MMM exists in the database DDD.

  • If M∈DM \in D M∈D, then MMM is imported directly. If M∉DM \notin DM∈/D, then a new model is generated G(Q)G(Q)G(Q) and optimized O(G(Q))O(G(Q))O(G(Q)).

  • Finally, the model MMM is imported into the world I(M)I(M)I(M).

PreviousImage-to-3D HyperGenNextBenefits

Last updated 9 months ago