Industry news and inside tips relating to CG in all forms of visualization.

Keyboard shortcuts on Vue Infinite/xStream

As for my knowledge and almost all CG artist know Vue is a 3D software that is package for creating, animating and rendering of a natural 3D environments.

 

This is just a very quick and very basic on Vue as I go along learning on Vue like the move, rotate, scale, zoom, pan tool on keyboard and mouse shortcuts.

 

Move tool

Click the any object, camera or lights then hit letter M on keyboard the manipulators of the move tool will show or when you click any object the move function is by default.

 

Rotate tool

Click the any object, camera or lights then hit letter R on keyboard and the manipulators of the rotate tool will show.

 

Scale tool

Click the any object, camera or lights then hit letter S on keyboard and the manipulator of the scale tool will show.

 

Zoom Tool

Just hit and hold control (Ctrl) on your keyboard and the hit and hold the Right-Click Button on your mouse then scrub your mouse to zoom in and zoom out your viewport.

 

Pan Tool

Hit and hold Right-Click Button on your mouse and pan your viewport.

 

And that its. I’m sure you will save a little time on doing your scene on Vue. And you can also create/replace your own keyboard shortcut just go to File>Options and on the Operations Tab and double-click the any commands you want to change or add under Keyboard shortcuts.

 

Will post again soon on Vue.

Posted by Von 3 months, 2 weeks ago at 8:48 pm.

1 comment

LOD for Scene Efficiency pt.3

Brief explanation of Displacement map explained
It is a technique to cause an effect to a surface to displace, it is much different from normal and bump map that only produce bulging or adding height. Displacement map results in more Depth and detail that permits to produce a high amount of geometry like surface.

Bump sample

Screen shot 2009-10-29 at 8.51.48 AM.png

Normal sample

Screen shot 2009-10-29 at 8.52.50 AM.png

Displacement map

Screen shot 2009-10-29 at 8.53.25 AM.png
In the next step I will show you how to produce Displacement map within MODO.

From part 2 of this tutorial we created identical Columns, now we would want to bake the High poly version mesh to assigned texture map to our Low poly version, first is to have our low poly column UV’d and the high poly version is not necessary to have its UV. Now select the low poly column in its layer and select the High poly column as background layer note that you should align them on the same axis in order to project correctly when baking

Screen shot 2009-10-29 at 8.54.53 AM.pngScreen shot 2009-10-29 at 8.58.42 AM.png
Now that everything’s aligned lets go and create a new blank image file where the baking will take place.

Were almost there, and now double click and select you low poly mesh and hit “M” for material and assign “Displacement_Map” don’t worry about the diffuse color at this time and hit “OK”
Next is go to Shader tab and select the “material” under the name “Matr.Displacement_Map” you created earlier, right click it and select duplicate, now that you have a duplicated material you can now right click it + change type + image map. On the rightmost labeled (all) right click+displacement.

Screen shot 2009-10-29 at 8.59.50 AM.pngScreen shot 2009-10-29 at 9.00.46 AM.png
Still selected on the image map we will load the UV, blank texture file you saved earlier and assign to it. 1.Go to properties 2. Texture locator 3. Projection type “UV map” 4. UV Map ( I named mine “normal”) from the UV map created earlier from the low poly column.

Its time to create the normal and displacement map, right click on the image map and select “bake from object to texture” also you might want to indicate what kind of map youre about to bake is it Normal map or Displacement map? All you have to do is right click the right most of the image map and select accordingly. If all things set it will automatically render your preferred map and will load on the scene instantly. See direction below.

Screen shot 2009-10-29 at 9.02.16 AM.png

Rendered map for displacement and normal

Screen shot 2009-10-29 at 9.03.27 AM.pngScreen shot 2009-10-29 at 9.04.17 AM.png

That’s it! I hope this tutorial helped your limited resource assets meet the quality and efficiency of the project.

Posted by Allan 4 months, 1 week ago at 6:05 pm.

Add a comment

LOD for Scene Efficiency pt.2

In this 2nd part of LOD discussion I will show you how we make scene efficient assets, though im a Modo user (Luxology LLC) and the steps we will follow is from the software I will use, you can also try this with Maya and other 3d package, but tools to use may differ from my version here so this will just serve as a guidelines for those who don’t use Modo.

Making the low poly version

I did a simple cylinder with 8 sides with simple beveling to get the desired shape of what the Column should be or from the reference you are trying to copy.

Screen shot 2009-10-28 at 9.20.13 AM.pngScreen shot 2009-10-28 at 9.29.30 AM.png
The object above is presumably in the first layer of your object, now on the second layer create a same cylinder with the same height and same diameter but this time it will be much more defined and with reasonable poly count. You can also copy paste the first created cylinder and paste it in the 2nd layer and subdivide it to increase the polycount to make it smoother, in this case I just created a new cylinder and this time it composed of 36 sides and bevel to shape identical to the first post we created. In other words 2 Columns created one on low detail and the other with the higher detail.

Higher detail post

*note: the top part and bottom part (plates) are separate models and not included in our LOD project, we will only focus on the cylinder as those plates varies from the reference you are copying.

Let us leave the low poly version for now and focus on detailing with the high poly version, I assume youre on the 2nd layer of your model scene so lets begin the details.

Bevel these part of the post to define the inset design, it depends on your liking on how much detail you want, in my case I just did a simple beveling just for the sake of showing you the displacement map generation later in this tutorial.

For the details on the topmost part of the Column its in your own discretion, in this case I did mine with some exquisite design taken from an English artwork, it’s a bit complicated but I wanted to make my model more interesting.They are subdivided polys that I modeled and orient it on the diameter of the topmost part of the post and rotate duplicate it to complete the details.

Screen shot 2009-10-28 at 9.48.12 AM.pngScreen shot 2009-10-28 at 9.51.11 AM.png

The completed high detail English Column.

Screen shot 2009-10-28 at 9.54.25 AM.png

Now that we have 2 models that have the identical shape we can now go ahead with the last part of this tutorial and with the LOD implementation, I will show you how you can generate a normal map and Displacement map within Modo baked from the high Poly model we did.

Posted by Allan 4 months, 1 week ago at 10:51 pm.

Add a comment