Skip to main content

BASIC / Transfer Attribute For Projection

There is a saying:
The more you know, the more you realize how little you know.

Meaning, there are still plenty to learn and explore. However time is usually the issue. This has never been so true, especially in Computer Graphics field. So much to learn, so little time.

TRANSFER ATTRIBUTE VERTEX POSITION
Anyway, look at this Transfer Attributes command in Maya, for example. One would think this is for transferring UV or Color, but in fact it is also useful to Project One Mesh over another Mesh, when Vertex Position is enabled.

BEFORE:


In this case, I select the big sphere (surface to project into) and then the "Maya" text, finally apply "Transfer Attributes". Mesh-Transfer Attributes, with option below. But you can always change the setting of the Transfer Attributes node later.


AFTER:


The effect is LIVE too, and quite stable.

This is probably similar to SOuP Ray Project node:

MEANWHILE IN BLENDER...

Equivalent to that in Blender will be using Shrinkwrap Modifier:

What neat in Blender is that the text object is LIVE and editable. Blender Text Object is 100x times more robust than Maya's Text Object and it is editable.
It is just a very different implementation.

 

Comments

Popular posts from this blog

Selection & Duplication In Maya

Selection Modes Let's continue by discussing the different selection options in Maya. Place a cube in your scene and click on it—the cube's edges will turn green, indicating that the object has been selected. This type of selection is called Object Mode . Maya has a number of additional selection types, and each one is used for a different set of operations. To access Maya's other selection modes, hover your mouse pointer over the cube and then click and hold the right mouse button (RMB) . A menu set will appear, revealing the Maya's component selection modes— Face , Edge , and Vertex being the most important. In the fly menu, move your mouse to the Face option and release the RMB to enter face selection mode. You can select any face by clicking its center point and can then use the manipulator tools we learned in the previous lesson to modify the shape of the model. Select a face and practice moving, scaling, or rotating it like we've done in the e...

Creating a cup in maya

In this tutorial we will make a coffee cup out of polygons. Select the  Modeling  section of Maya,  choose from upper left, status line. Select  Create->Polygon Primitives->Cylinder->      Set the  Axis  to  Y      Set the  Radius  to  2      Set the  Height  to  4       Set the  Axis divisions  to  10       Set the  Height divisions  to  3       Set the  Cap divisions  to  0 Select by  component type    and make sure the faces button      is pushed in; this will allow you to select faces. Select the top face. Select Edit Mesh->Extrude Click the red box at the end of the red arrow of the extrude manipulator to change to scale mode. Pick thelight blue0  box  at the center of the man...

TEXTURING / Substance for Mental Ray in Maya

TEXTURING / Substance for Mental Ray in Maya Just like Mental Ray render for Maya, you need to enable Substance inside Plug-In Manager. Once you enable Substance, you will have 2 extra nodes you can use inside Hypershade: Of course by itself the Substance node does nothing, you actually need to use the Substance archives node, it comes with Substance Bonus Tools as examples: Once you load the Substance archive, you can start using the "preset" procedural texture, it comes with parameters that you can adjust and animate: To create the Substance archive yourself, you actually need Substance Designer, another additional tool that will cost you. http://www.allegorithmic.com/products/substance-designer-4 SUBSTANCE FOR MENTAL RAY RENDER Maya Substance will work right away if you are rendering using Maya Software Render, but it will NOT render if you use Mental Ray. Surprised? No, because this is Maya and it always has that extra additional workflow ...