Home  >  Q&A  >  body text

javascript - How to use front-end technology to implement model dressing function

There is such a requirement in the project that clothing customization is required. If you want to show a 2D or 3D model image to the user, the user can select the logo, color, and text of the clothes, and the selection will be displayed on the model in real time. Is there any similar framework that can do this? Or are there any ideas that I can refer to? Thank you, it's a bit tricky.

阿神阿神2662 days ago1176

reply all(3)I'll reply

  • 怪我咯

    怪我咯2017-07-05 10:57:35

    3D modeling library, three.js, and of course others

    reply
    0
  • 滿天的星座

    滿天的星座2017-07-05 10:57:35

    1. Need 2D or 3D models of various clothes.
    2. 2D or 3D models of one or more models are required.
    3. The [dressing] function needs to be implemented. There are many ways to do this, the simple one is to directly design a model wearing each type of clothing.
    4. A 2D or 3D display engine is required.

    The display engine has high technical content and high research and development costs. The design of models and clothes is not difficult, but the workload is huge.

    If the subject is a small company, it is recommended that the display engine be purchased directly off-the-shelf and the model be outsourced to order. The feasibility verification of small data volume must be done in the early stage. Verify the technical feasibility, whether the quality is up to standard and easy to control, whether the cost is within the budget, and whether the project development time is controllable.

    reply
    0
  • 过去多啦不再A梦

    过去多啦不再A梦2017-07-05 10:57:35

    It is recommended to render all possible options in advance and display them directly after the customer selects them. Currently, the efficiency of 3D real-time rendering on the front end is still too low, and the effect is difficult to guarantee.

    reply
    0
  • Cancelreply