- Mudbox 2013 Cookbook
- Jeremy Roland
- 482字
- 2021-08-05 19:02:06
Bookmarking the camera view
This recipe will teach you how to add bookmarks for your camera positions. This is great for setting up different angles that you would like to come back to.
Let's say you are working on sculpting a head and you have a photo reference of the head you are trying to portray but the pictures are from different angles. One technique you could use is to set up bookmarks of your camera in different positions around your model that match the angle of the real world cameras from the photos. This way you can switch back and forth between the different views and try to match the sculpt to the reference as best as you can.
Getting ready
Before you set the bookmark, you will want to adjust the camera position until you have the desired angle. You can do this by using whichever hotkeys you have set up for navigating through your workspace. The Mudbox default hotkeys for this are shown as follows:
- Rotate Around: Alt + left mouse button
- Pan: Alt + middle mouse button
- Zoom: Alt + left mouse button + middle mouse button or Alt + right mouse button
How to do it...
- You can find the Camera Bookmarks tool panel on the lower right-hand side corner of your screen, as long as you haven't moved it. It is docked inside the same panel as Stamps, Stencils, Falloff, Material Presets, and Lighting Presets.
- Once your angle is set, you will go into this panel and click on the little arrow at the upper left-hand side corner of the panel. This will open up a drop-down menu with the menu item Add Camera Bookmark. The following screenshot will help you find what you are looking for.
- Once you have done this you will be asked to name the bookmark. One cool feature about the Mudbox Camera Bookmarks is that the thumbnail it produces is an exact match to your viewport to help you with remembering which angle the camera was at.
- Now, all you have to do is click on the bookmark thumbnail and the camera will snap into place.
- You can also hover your mouse over the thumbnail for a larger thumbnail image with the name to appear.
How it works...
What this does is, it takes the position and rotation of the virtual camera and stores that information into a button. It also takes a screenshot of the viewport and resizes it into a thumbnail to help you remember the angle of the bookmark.
There's more...
If you would like to rename or delete a bookmark, all you have to do is go into the same menu where Add Camera Bookmark is located and choose your desired menu item. Keep in mind you must select the bookmark that you would like to affect before going into the menu.
See also
- The Settinguphotkeys recipe
- Mastering JavaScript Object-Oriented Programming
- Microsoft Dynamics 365 Extensions Cookbook
- 編程珠璣(續(xù))
- Getting Started with Python and Raspberry Pi
- Building Serverless Architectures
- Mastering HTML5 Forms
- R的極客理想:量化投資篇
- Java 9 with JShell
- 透視C#核心技術(shù):系統(tǒng)架構(gòu)及移動(dòng)端開(kāi)發(fā)
- Three.js Essentials
- Mastering Unity 2017 Game Development with C#(Second Edition)
- Head First Go語(yǔ)言程序設(shè)計(jì)
- 信息安全技術(shù)(第2版)
- 自然語(yǔ)言處理NLP從入門(mén)到項(xiàng)目實(shí)戰(zhàn):Python語(yǔ)言實(shí)現(xiàn)
- 換個(gè)姿勢(shì)學(xué)C語(yǔ)言