Uploaded image for project: 'Help-Coaches-Desk'
  1. Help-Coaches-Desk
  2. HELC-834

FIWARE.Request.Coach.CreatiFI.General Support #338 Virtual Characters: How to export models with textured images

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Component/s: CreatiFI
    • Labels:
      None

      Description

      Hi,

      A user is asking us how to export models to be used with WebTundra. Here it
      is her report:

      "Our 3D modelers are dealing and struggling with how to export the models
      they have to use them with WebTundra.
      We would like to be able to have something like the example you provided:
      http://www.annacarreras.com/toonaville/pato/examples/gltf/example-gltf.html

      But they can not figure out how to export the mapped textures if the
      character. And we are obtaining character with dark areas (because we
      cannot load the image used to texture this areas):
      http://annacarreras.com/toonaville/vc/Guia.html

      They are using blender to create the exports.
      And they are following the instructions you provided as documentation:
      http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/3D-UI_-_WebTundra_-_User_and_Programmers_Guide

      Could you please expand and clarify the documentation for them?
      Do they need to install any plugin in Blender?
      Do they have to run any script for the export?

      They are expert and senior 3D animators but know nothing about gltf or glsl
      formats. They aren't able to export the characters properly."

      Thanks in advance.
      Kr, Xavier Carol.

      _______________________________________________
      Fiware-creatifi-coaching mailing list
      Fiware-creatifi-coaching@lists.fi-ware.org
      https://lists.fi-ware.org/listinfo/fiware-creatifi-coaching

      [Created via e-mail received from: Xavier Carol Rossell <xavier.carol@i2cat.net>]

      1. guia_0010.png
        273 kB
      2. guia_0015.png
        177 kB

        Issue Links

          Activity

          fw.ext.user FW External User created issue -
          leandroguillen Leandro Guillén made changes -
          Field Original Value New Value
          Assignee Leandro Guillén [ leandro.guillen ]
          leandroguillen Leandro Guillén made changes -
          Link This issue is cloned by HELC-835 [ HELC-835 ]
          mev Manuel Escriche made changes -
          Component/s CreatiFI [ 10357 ]
          leandroguillen Leandro Guillén made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          leandroguillen Leandro Guillén made changes -
          Status In Progress [ 3 ] Answered [ 10104 ]
          leandroguillen Leandro Guillén made changes -
          Resolution Done [ 10000 ]
          Status Answered [ 10104 ] Closed [ 6 ]
          Hide
          fw.ext.user FW External User added a comment -

          Hi,

          Following with this issue, here you can find the reply from the user:

          "We are using the addon for Blender to export our models. You can see the
          current state at: http://annacarreras.com/toonaville/vc/Guia.html.
          We have the textures at the same folder of the json model.

          You can find the code at:
          https://www.dropbox.com/s/clednaxsfwzt20l/vc.zip?dl=0
          Inside the VC folder you will find the Guia.html page and the model inside
          the models folder.

          Tha problem is that some textures doesn't render well.
          The model normlas are ok because if we use:
          var material = new THREE.MeshNormalMaterial( materials );
          the browser renders all the surfaces.

          We are using:
          var material = new THREE.MeshFaceMaterial( materials );
          model = new THREE.SkinnedMesh( geometry, material );
          If we use:
          enableSkinning(model);
          All the model disapears.

          Currently the textures that were created using a UV modificator are
          correctly rendered (the character arms and legs).
          On the other hand the textures that uses an Unwrap modificator (body and
          helmet) are not rendering well or even they become transparent and disapear.

          Could you please help us. We are attaching also images to show you how the
          character should look like."

          Thanks in advance.
          Xavier Carol.

          2015-06-29 15:08 GMT+02:00 Xavier Carol Rossell <xavier.carol@i2cat.net>:

          > Hi,
          >
          > A user is asking us how to export models to be used with WebTundra. Here
          > it is her report:
          >
          > "Our 3D modelers are dealing and struggling with how to export the models
          > they have to use them with WebTundra.
          > We would like to be able to have something like the example you provided:
          > http://www.annacarreras.com/toonaville/pato/examples/gltf/example-gltf.html
          >
          > But they can not figure out how to export the mapped textures if the
          > character. And we are obtaining character with dark areas (because we
          > cannot load the image used to texture this areas):
          > http://annacarreras.com/toonaville/vc/Guia.html
          >
          > They are using blender to create the exports.
          > And they are following the instructions you provided as documentation:
          >
          > http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/3D-UI_-_WebTundra_-_User_and_Programmers_Guide
          >
          > Could you please expand and clarify the documentation for them?
          > Do they need to install any plugin in Blender?
          > Do they have to run any script for the export?
          >
          > They are expert and senior 3D animators but know nothing about gltf or
          > glsl formats. They aren't able to export the characters properly."
          >
          > Thanks in advance.
          > Kr, Xavier Carol.
          >

          _______________________________________________
          Fiware-creatifi-coaching mailing list
          Fiware-creatifi-coaching@lists.fi-ware.org
          https://lists.fi-ware.org/listinfo/fiware-creatifi-coaching

          Show
          fw.ext.user FW External User added a comment - Hi, Following with this issue, here you can find the reply from the user: "We are using the addon for Blender to export our models. You can see the current state at: http://annacarreras.com/toonaville/vc/Guia.html . We have the textures at the same folder of the json model. You can find the code at: https://www.dropbox.com/s/clednaxsfwzt20l/vc.zip?dl=0 Inside the VC folder you will find the Guia.html page and the model inside the models folder. Tha problem is that some textures doesn't render well. The model normlas are ok because if we use: var material = new THREE.MeshNormalMaterial( materials ); the browser renders all the surfaces. We are using: var material = new THREE.MeshFaceMaterial( materials ); model = new THREE.SkinnedMesh( geometry, material ); If we use: enableSkinning(model); All the model disapears. Currently the textures that were created using a UV modificator are correctly rendered (the character arms and legs). On the other hand the textures that uses an Unwrap modificator (body and helmet) are not rendering well or even they become transparent and disapear. Could you please help us. We are attaching also images to show you how the character should look like." Thanks in advance. Xavier Carol. 2015-06-29 15:08 GMT+02:00 Xavier Carol Rossell <xavier.carol@i2cat.net>: > Hi, > > A user is asking us how to export models to be used with WebTundra. Here > it is her report: > > "Our 3D modelers are dealing and struggling with how to export the models > they have to use them with WebTundra. > We would like to be able to have something like the example you provided: > http://www.annacarreras.com/toonaville/pato/examples/gltf/example-gltf.html > > But they can not figure out how to export the mapped textures if the > character. And we are obtaining character with dark areas (because we > cannot load the image used to texture this areas): > http://annacarreras.com/toonaville/vc/Guia.html > > They are using blender to create the exports. > And they are following the instructions you provided as documentation: > > http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/3D-UI_-_WebTundra_-_User_and_Programmers_Guide > > Could you please expand and clarify the documentation for them? > Do they need to install any plugin in Blender? > Do they have to run any script for the export? > > They are expert and senior 3D animators but know nothing about gltf or > glsl formats. They aren't able to export the characters properly." > > Thanks in advance. > Kr, Xavier Carol. > _______________________________________________ Fiware-creatifi-coaching mailing list Fiware-creatifi-coaching@lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-creatifi-coaching
          Hide
          fw.ext.user FW External User added a comment -

          Here there are the attached images.

          Kr,
          Xavier Carol.

          2015-07-07 10:48 GMT+02:00 Xavier Carol Rossell <xavier.carol@i2cat.net>:

          > Hi,
          >
          > Following with this issue, here you can find the reply from the user:
          >
          > "We are using the addon for Blender to export our models. You can see the
          > current state at: http://annacarreras.com/toonaville/vc/Guia.html.
          > We have the textures at the same folder of the json model.
          >
          > You can find the code at:
          > https://www.dropbox.com/s/clednaxsfwzt20l/vc.zip?dl=0
          > Inside the VC folder you will find the Guia.html page and the model inside
          > the models folder.
          >
          > Tha problem is that some textures doesn't render well.
          > The model normlas are ok because if we use:
          > var material = new THREE.MeshNormalMaterial( materials );
          > the browser renders all the surfaces.
          >
          > We are using:
          > var material = new THREE.MeshFaceMaterial( materials );
          > model = new THREE.SkinnedMesh( geometry, material );
          > If we use:
          > enableSkinning(model);
          > All the model disapears.
          >
          > Currently the textures that were created using a UV modificator are
          > correctly rendered (the character arms and legs).
          > On the other hand the textures that uses an Unwrap modificator (body and
          > helmet) are not rendering well or even they become transparent and disapear.
          >
          > Could you please help us. We are attaching also images to show you how the
          > character should look like."
          >
          > Thanks in advance.
          > Xavier Carol.
          >
          >
          > 2015-06-29 15:08 GMT+02:00 Xavier Carol Rossell <xavier.carol@i2cat.net>:
          >
          >> Hi,
          >>
          >> A user is asking us how to export models to be used with WebTundra. Here
          >> it is her report:
          >>
          >> "Our 3D modelers are dealing and struggling with how to export the models
          >> they have to use them with WebTundra.
          >> We would like to be able to have something like the example you provided:
          >>
          >> http://www.annacarreras.com/toonaville/pato/examples/gltf/example-gltf.html
          >>
          >> But they can not figure out how to export the mapped textures if the
          >> character. And we are obtaining character with dark areas (because we
          >> cannot load the image used to texture this areas):
          >> http://annacarreras.com/toonaville/vc/Guia.html
          >>
          >> They are using blender to create the exports.
          >> And they are following the instructions you provided as documentation:
          >>
          >> http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/3D-UI_-_WebTundra_-_User_and_Programmers_Guide
          >>
          >> Could you please expand and clarify the documentation for them?
          >> Do they need to install any plugin in Blender?
          >> Do they have to run any script for the export?
          >>
          >> They are expert and senior 3D animators but know nothing about gltf or
          >> glsl formats. They aren't able to export the characters properly."
          >>
          >> Thanks in advance.
          >> Kr, Xavier Carol.
          >>
          >
          >

          _______________________________________________
          Fiware-creatifi-coaching mailing list
          Fiware-creatifi-coaching@lists.fi-ware.org
          https://lists.fi-ware.org/listinfo/fiware-creatifi-coaching

          Show
          fw.ext.user FW External User added a comment - Here there are the attached images. Kr, Xavier Carol. 2015-07-07 10:48 GMT+02:00 Xavier Carol Rossell <xavier.carol@i2cat.net>: > Hi, > > Following with this issue, here you can find the reply from the user: > > "We are using the addon for Blender to export our models. You can see the > current state at: http://annacarreras.com/toonaville/vc/Guia.html . > We have the textures at the same folder of the json model. > > You can find the code at: > https://www.dropbox.com/s/clednaxsfwzt20l/vc.zip?dl=0 > Inside the VC folder you will find the Guia.html page and the model inside > the models folder. > > Tha problem is that some textures doesn't render well. > The model normlas are ok because if we use: > var material = new THREE.MeshNormalMaterial( materials ); > the browser renders all the surfaces. > > We are using: > var material = new THREE.MeshFaceMaterial( materials ); > model = new THREE.SkinnedMesh( geometry, material ); > If we use: > enableSkinning(model); > All the model disapears. > > Currently the textures that were created using a UV modificator are > correctly rendered (the character arms and legs). > On the other hand the textures that uses an Unwrap modificator (body and > helmet) are not rendering well or even they become transparent and disapear. > > Could you please help us. We are attaching also images to show you how the > character should look like." > > Thanks in advance. > Xavier Carol. > > > 2015-06-29 15:08 GMT+02:00 Xavier Carol Rossell <xavier.carol@i2cat.net>: > >> Hi, >> >> A user is asking us how to export models to be used with WebTundra. Here >> it is her report: >> >> "Our 3D modelers are dealing and struggling with how to export the models >> they have to use them with WebTundra. >> We would like to be able to have something like the example you provided: >> >> http://www.annacarreras.com/toonaville/pato/examples/gltf/example-gltf.html >> >> But they can not figure out how to export the mapped textures if the >> character. And we are obtaining character with dark areas (because we >> cannot load the image used to texture this areas): >> http://annacarreras.com/toonaville/vc/Guia.html >> >> They are using blender to create the exports. >> And they are following the instructions you provided as documentation: >> >> http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/3D-UI_-_WebTundra_-_User_and_Programmers_Guide >> >> Could you please expand and clarify the documentation for them? >> Do they need to install any plugin in Blender? >> Do they have to run any script for the export? >> >> They are expert and senior 3D animators but know nothing about gltf or >> glsl formats. They aren't able to export the characters properly." >> >> Thanks in advance. >> Kr, Xavier Carol. >> > > _______________________________________________ Fiware-creatifi-coaching mailing list Fiware-creatifi-coaching@lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-creatifi-coaching
          fw.ext.user FW External User made changes -
          Attachment guia_0010.png [ 17060 ]
          Attachment guia_0015.png [ 17061 ]
          leandroguillen Leandro Guillén made changes -
          Resolution Done [ 10000 ]
          Status Closed [ 6 ] In Progress [ 3 ]
          jonne.vaisanen Jonne Väisänen made changes -
          Status In Progress [ 3 ] Answered [ 10104 ]
          mev Manuel Escriche made changes -
          Component/s _TECH_ [ 11400 ]
          backlogmanager Backlog Manager made changes -
          Link This issue relates to HELP-4469 [ HELP-4469 ]
          backlogmanager Backlog Manager made changes -
          Component/s _TECH_ [ 11400 ]
          leandroguillen Leandro Guillén made changes -
          Resolution Done [ 10000 ]
          Status Answered [ 10104 ] Closed [ 6 ]
          backlogmanager Backlog Manager made changes -
          Summary [Fiware-creatifi-coaching] [CreatiFI Barcelona Hub] General Support #338 Virtual Characters: How to export models with textured images FIWARE.Request.Coach.CreatiFI.General Support #338 Virtual Characters: How to export models with textured images
          Transition Time In Source Status Execution Times Last Executer Last Execution Date
          Open Open In Progress In Progress
          1d 20h 5m 1 Leandro Guillén 01/Jul/15 11:14 AM
          Closed Closed In Progress In Progress
          5d 23h 50m 1 Leandro Guillén 07/Jul/15 11:05 AM
          In Progress In Progress Answered Answered
          28d 22h 22m 2 Jonne Väisänen 05/Aug/15 9:27 AM
          Answered Answered Closed Closed
          61d 1h 45m 2 Leandro Guillén 05/Oct/15 11:13 AM

            People

            • Assignee:
              leandroguillen Leandro Guillén
              Reporter:
              fw.ext.user FW External User
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: