Dear all,
Re-introducing (hyphenated?) myself to the 3D side of BB and am going through this fantastic book. However, there is an example on page 92 where they flip a simple shape using ScaleEntity object,1,1,-1. However, when I try to replicate it, it doesn't flip the shape but just adjusts the lighting!
Please feel free to point and laugh.
Many thanks.
Tobo
Re-introducing (hyphenated?) myself to the 3D side of BB and am going through this fantastic book. However, there is an example on page 92 where they flip a simple shape using ScaleEntity object,1,1,-1. However, when I try to replicate it, it doesn't flip the shape but just adjusts the lighting!
Graphics3D 640,480 SetBuffer BackBuffer() cone=CreateCone() light=CreateLight() cam=CreateCamera() PositionEntity cone,0,0,5 ScaleEntity cone,1,1,-1 EntityColor cone,125,201,190 While Not KeyDown(1) RenderWorld Flip Wend End
Please feel free to point and laugh.
Many thanks.
Tobo