Juan Vicente Fernandez

yosi_rnr

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Greets and problem practicing Wrangles Aug. 9, 2015, 4:21 a.m.

Yeah..it was a lighting issue…adding lights or disable lighting solves it…Thanks very much goldleaf….

Greets and problem practicing Wrangles Aug. 8, 2015, 12:58 p.m.

Hi, i'm newbie in the forum…so, first one, greetings to everyone…..

Well…i have a doubt about a simple question…i'm trying to practice with wrangles and i dont understand one thing….i create a simple box, add primitive normal with a NormalSOP with “Normals to” Primitive and then connect a PrimitiveWrangleSOP with the next code:

@Cd = { 0, 1, 0 };

if (@N.y == 1)
{
@Cd = { 1, 0, 0 };
}
else if (@N.y == -1)
{
@Cd = { 0, 0, 1 };
}


But…i can't see colors in the box…i only can see a black box…in the GeometrySpreadsheet i can see the values correctly but in the viewport all is black and i don't understand why….can anyone help me to understand?

One more thing…if box primitive type is NURBS the colors show OK..i don't know whats happen..sorry my bad english..and thanks.

Well…perhaps it was a stupid question because result that if i disable lights in the viewport or add light to the scene, colors appears in the viewport…i suppose that color attribute in primitives can't display in viewport without lights because adding colors to points works although there isn't lights in the scene…isn't?