Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/20/24 20:05
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 649 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Baklazhan, Hanky27, firatv, wandaluciaia, Mega_Rod
19052 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Simple qestion - but help me pleae #126777
04/27/07 11:19
04/27/07 11:19
Joined: Apr 2007
Posts: 29
R
Raymaker Offline OP
Newbie
Raymaker  Offline OP
Newbie
R

Joined: Apr 2007
Posts: 29
float a[3];
float b[3];

can I use it like this c_trace(a,b,.....);
I mean can I use floats with c_trace?
Or is there a way to convert a float into a format that c_trace can use;
If this can be done i'll post a intresting idea on the shaders section.
Thanx anyway.

Re: Simple qestion - but help me pleae [Re: Raymaker] #126778
04/27/07 11:25
04/27/07 11:25
Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
Puppeteer Offline
Expert
Puppeteer  Offline
Expert

Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
If it's possible (i don't know)
then it'll be this way

in your function:
var var_A[3];
var var_b[3];

vec_set(a,var_a);
vec_set(b,var_b);
c_trace(var_a,var_b,bl4);

you can try also


c_trace(a,b,bl4);


Formally known as Omega
Avatar randomness by Quadraxas & Blade
http://omegapuppeteer.mybrute.com
Re: Simple qestion - but help me pleae [Re: Puppeteer] #126779
04/27/07 11:49
04/27/07 11:49
Joined: Apr 2007
Posts: 29
R
Raymaker Offline OP
Newbie
Raymaker  Offline OP
Newbie
R

Joined: Apr 2007
Posts: 29
thanx derOmega!! Look at the shaders secton. My post is named "INTERESTING"


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1