LineStrip Color
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/07/2005 at 16:32, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.1
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;---------
Is there any way to modify the colors used in BaseDraw::LineStrip ?Currently it's always yellow, I thought this came from a world container, but after changing every single color in the preferences and it not affecting a thing it appears not to be the case.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/07/2005 at 18:54, xxxxxxxx wrote:
Doesn´t SetPen(color) work?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/07/2005 at 19:04, xxxxxxxx wrote:
nope (though i have noticed that in screen space if you have points who's z isn't 0 then the line is white as opposed to yellow).
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/07/2005 at 19:22, xxxxxxxx wrote:
hmm, the second argument for the linestrip call is the point color. Have you passed a color there? The docs say the color of the strip will be a gradient between the current point and the last point of the strip.
Otherwise I assume it must be buggy.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/07/2005 at 21:42, xxxxxxxx wrote:
ah just possibly i've been a bit of a dunce, and not read the docs properly (assumed it was a line between two points *doh* )