CodeBase - Nocao de setor para textura (Texture sector utility fast)

Return to the CodeBase listing

Category: 3D Effects

Version: Layout

0
0

Information

Uploaded: 22nd Oct 2004 15:48

Modified: 22nd Oct 2004 15:55

Author:  Louiz ofRohr

Summary

"Fool" and not definitive object sector texture recognition...

Full Description

&quot;Fool&quot; and not definitive object sector texture recognition...<br /> With this, you can draw a simple texture in real time, then, you press space<br /> and see the effect over 2 objects (in this example), a cube and a sphere.<br /> But.... when I'll need to use that? When you want a idea of the texture plain<br /> over 3D object and ,then, draw the definite texture in other program or, if<br /> you want, erase the comand of &quot;ink RGB(200,0,0)&quot; from near of the &quot;circle mx#, my#&quot;<br /> and put independent something like:<br /> <br /> if inKey$()=&quot;3&quot; THEN ink RGB(200, 0, 0)<br /> if inKey$()=&quot;2&quot; THEN ink RGB(0, 200, 0)<br /> if inKey$()=&quot;3&quot; THEN ink RGB(0, 0, 200)<br /> <br /> Note that &quot;200&quot; in lieu of &quot;255&quot; is a more &quot;amiable&quot; color...<br /> That anterior code changes the color that you...<br /> Aff.... try to know :)<br /> Try to take a good benefit<br /> <br /> Louiz OF(F)=(NDK)

Comments

No comments yet.