Message 1 of 2
Direct Access to Element in a Vector Array?

Not applicable
11-12-2010
05:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
what's the correct way to do this?
vector arrays aren't described in the doc's
vector arrays aren't described in the doc's
vector $vector[];
$vector = <<0, 0, 0>>;
//want to do
xform -t -os ($vector.x) ($vector.y) ($vector.z) mesh.vtx;
//syntax error! WTF?