WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-10-2007, 02:03 AM
michelcm3 michelcm3 is offline
Member
 
Join Date: Jul 2007
Posts: 13
how to create morph from the comple characters CD

I'am looking for a tutorial or some advices on the appropriate methods to create morph from complete characters. Thanks
Reply With Quote
  #2  
Old 07-10-2007, 11:05 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

There is currently no tutorial for creating morph targets with complete characters. Do you have a copy of 3ds Max? If so, I can provide you with some instructions on creating a morph target.
Reply With Quote
  #3  
Old 07-11-2007, 12:39 AM
michelcm3 michelcm3 is offline
Member
 
Join Date: Jul 2007
Posts: 13
I have a copy of 3ds Max and I really want to know haw I can use the .max files inside the complete characters 's CD to create morph target.
Reply With Quote
  #4  
Old 07-11-2007, 09:28 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

The basic workflow is the following:

1) Modify the mesh to the desired morph state
2) Export the modified mesh to a cal3d mesh file
3) Add the new morph to your avatar cfg. The cfg will look like the following:
Code:
.
.
.
mesh = head.cmf
morph = head_smile.cmf
morph = head_talk.cmf
.
.
.
As you can see, the morph target declaration must come immediately after the associated mesh declaration.
4) In your script you and modify the morph in real time by using the following command:
Code:
#Set morph 0 to 50%
avatar.morph(0,0.5)
The morph targets are number from 0 to X based on the order they were declared in.

Let me know if you have any more questions
Reply With Quote
  #5  
Old 07-13-2007, 05:06 AM
michelcm3 michelcm3 is offline
Member
 
Join Date: Jul 2007
Posts: 13
Please, I want to create a morph mouth_open in 3ds Max I'am a beginner and I don't know which tools I must use another to open avatars mouth.
could you please give me some instructions
Reply With Quote
  #6  
Old 07-14-2007, 07:30 PM
k_iwan k_iwan is offline
Member
 
Join Date: May 2006
Posts: 115
Talking

HI,
could I have access to the tutorial as well? This will come in handy for a Research Assistant who wants to use 3DS Max.

Thank you.

Kind Regards,
Iwan
Reply With Quote
  #7  
Old 07-16-2007, 12:40 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

As I already posted, there is currently no tutorial for creating morph targets for complete characters. The instructions I posted above outline the process. If you have any specific questions I can answer them for you.
Reply With Quote
  #8  
Old 07-17-2007, 02:57 AM
k_iwan k_iwan is offline
Member
 
Join Date: May 2006
Posts: 115
Talking

Hi,

I do apologise, I thought what you meant by tutorial was like a pdf or html format that is geared more towards beginner-artist side.

Thank you, much appreciated

Kind Regards,
Iwan
Reply With Quote
  #9  
Old 07-19-2007, 01:43 AM
michelcm3 michelcm3 is offline
Member
 
Join Date: Jul 2007
Posts: 13
I succeed to modify the mesh to the desired morph state and to export to a to a cal3d mesh file: mouth_open.CMF.
When I add the new morph to my avatar cfg, I have the following error when I run the script.
** WARNING: Failed to load morph file: mouth_open.CMF
cal3d : Internal error in .\coremesh.cpp(145)
what could be the problem.
Reply With Quote
  #10  
Old 07-19-2007, 10:15 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Did you define the morph immediately after you defined the mesh for the head? Your cfg file should look like the following:
Code:
.
.
mesh = headmesh.cmf
morph = mouth_open.cmf

mesh = othermesh.cmf
.
.
.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 03:43 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC