Message 1 of 3
Viewport 2.0 kLineStrip multiple curves
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a bunch of curves data from an alembic file and I want do draw these curves in VP2.
If I see it correctly, then I have two ways to draw lines:
- use a renderitem with kLines primitive what need an index pair for every line: 0-1, 1-2, 2-3 which are not connected.
- user a renderitem with kLineStrip which can use a connected list of indices.
For the kLineStrip it seems that I can only draw 1 long line because I have no way to tell maya how many points a line has.
Can I draw more than 1 curve with primitive type kLineStrip?