Jump to content

Mograph words


Recommended Posts

Thanks you guys are awesome. I can see that even my basic letter example method can be improved and simplified - I need to be learning at least a little bit of VEX asap, it's going to be tough for my Cinema 4D brain ;-)

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

Thank you very much!!!

I have added one more if()  to the code. Because characters, which are made from more segments (for example i ; : ? ! = ě š í á), were splitting the words:

 

if (i@textindex - 1 != i@opinput1_textindex)
{
    if ( i@textsymbol != i@opinput1_textsymbol)
    {
        @name = "word";   
    }
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...