My First Controller Plug-in... Questions--
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Ok, so I've been reviewing/reading the SDK and I have some questions as I attempt my first controller plug-in (starting out as an ASCII win32 project). So here goes (a question may have multiple parts):
Question 1.
(a) Is it possible to customize the controller gizmo apparatus?
(b) Is the controller gizmo governed by gizmo.h (there are a few gizmo type headers-- I'm not sure which one relates to controller gizmos)?
(c) If it is possible to modify, how would I go about adding a resultant vector arrow for the position move tool mode/position controller (rather than hitting/manipulating X, Y, or Z axis or grabbing a "plane")? (e.g., using the LookAt() legacy matrix3 controller, what I want to achieve is a position mode vector that would point at the LookAt target from the camera node and hitting and manipulating this vector would allow you to modify the targetDistance parameter along the "LookAt Radial axis" and thus move the camera accordingly.)