Page 1 of 1
How do I properly create a BW Checks plane?
Posted: Thu Apr 03, 2014 9:49 pm
by linvanchene
edited and removed by user
Re: How do I properly create a BW Checks plane?
Posted: Thu Apr 03, 2014 11:50 pm
by face
The problem is, when you use a plane, this plane hasn´t any depth.
To make it clearer, try to imagine two checks are build from two black/white 3d cubes.
You will have 4 points on each cube which are sharing her vertices with the other cube.
When you create a plane on the same origin as the 4 points, you can´t know, which cube/color lies on the plane.
And that is the result you will see in your renderings.
The plane has it´s origin on x,y,z = 0,0,0, also your checks texture.
You have more options to solve this.
The first is to use a flat cube.
The second, move the vertices of the plane a little bit in the hight, let the mesh center at 0,0,0, and use the world as coordinate space.
The third, use a transform on the checks texture and move the center to a value different than 0.
face