Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / Lines on my matrix? (DBC)

Author
Message
ResiEvil Fan
18
Years of Service
User Offline
Joined: 13th Nov 2005
Location: In a pub
Posted: 13th Nov 2005 23:51
I'm new to the DrkBasc world and in need of help.

How do you remove the lines from each square of the matrix?
I've made a matrix and textured it as normal, but it has lines which split each square. Is there a way of removing these lines?

Maybe a smoothing command or something like that?
Xenocythe
19
Years of Service
User Offline
Joined: 26th May 2005
Location: You Essay.
Posted: 14th Nov 2005 02:47
If you textures the matrix you shouldn't be seeing any lines unless you made more than one in the same position

Can I see your code? Show me like this:
[ code]
*code here*
[ /code]

Just take away the spaces in [ code] and [ /code].
ResiEvil Fan
18
Years of Service
User Offline
Joined: 13th Nov 2005
Location: In a pub
Posted: 14th Nov 2005 03:26
thanx for replying but iv'e fixed the problem, it was'nt a darkbasic problem though my pc monitor messed up.

sorry for wasting time.
TDK
Retired Moderator
21
Years of Service
User Offline
Joined: 19th Nov 2002
Location: UK
Posted: 14th Nov 2005 04:08
Check your Prepare Matrix Texture command.

Do you have a single texture for the whole matrix? If so, assuming it's matrix number 1 and uses image number 1 you need to use:

Prepare Matrix Texture 1,1,1,1

If you have more than one texture, then they have to be placed in a 2x2, 3x3 or 4x4 etc. grid and the grid size used in the Prepare Matrix Texture command:

Prepare Matrix Texture 1,1,2,2 ... or
Prepare Matrix Texture 1,1,3,3 ... and so on.

If you get stuck, check out the matrix tutorial on my web site (link in sig below).

TDK_Man

Login to post a reply

Server time is: 2024-09-24 09:31:33
Your offset time is: 2024-09-24 09:31:33