Search found 175 matches

by Clodi
December 10th, 2014, 12:35 am
Forum: Everything
Topic: WEBSITE+GAME [SOLVED]
Replies: 5
Views: 2409

Re: WEBSITE+GAME

thank you guys! I have gone for WHOIS.COM as registrar. I also got something called "site builder" that is meant to help you make the page generation easier (a bit like word press but even easier i think) About uploading my stuff on their servers and then linking to them.. we'll see.. I will give it...
by Clodi
December 8th, 2014, 7:27 pm
Forum: Everything
Topic: WEBSITE+GAME [SOLVED]
Replies: 5
Views: 2409

WEBSITE+GAME [SOLVED]

Hello, I wrote a couple of games in the past, plus i am still working on a few projects and would like to have everything uploaded on a website. Today I spent 50 dollars for 4 year contract for a domain name. Does anyone know what the next steps that need to be taken? In particular.. 1) what host sh...
by Clodi
November 30th, 2014, 8:45 pm
Forum: Everything
Topic: problems with RAND() [SOLVED]
Replies: 2
Views: 1517

Re: problems with RAND()

thank you so much. I completely forgot about that.. I was going crazy with that one. Not sure why it was working fine for all the other cases though. If none of them worked I would have probably thought f that, but I wasn't even questioning my syntax as it was working for all other cases. Now i am t...
by Clodi
November 30th, 2014, 7:52 pm
Forum: Everything
Topic: problems with RAND() [SOLVED]
Replies: 2
Views: 1517

problems with RAND() [SOLVED]

void Lattice::testThrowDice( FILE* a ) { float b = 0; int Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct; Jan = Feb = Mar = Apr = May = Jun = Jul = Aug = Sep = Oct = 0; for( int i = 0; i < 100000; i++ ) { b = throwDice(); if( b <= 0.1f ) { Jan++; } else if( 0.1f < b <= 0.2f ) { Feb++; } else if( 0.2f < b ...
by Clodi
November 28th, 2014, 12:50 am
Forum: Everything
Topic: NO MATLAB
Replies: 5
Views: 2657

Re: NO MATLAB

nice. I am still working on a 7 years old laptop with MVS 2010 and DirectX9 on. I will buy an actual desktop next year and I'll install MVS 2014 and DirectX12.
And.. thank you so much for the links!! will check them out asap. Could work on the graphical aspect over Christmas..
by Clodi
November 27th, 2014, 6:41 pm
Forum: Everything
Topic: NO MATLAB
Replies: 5
Views: 2657

Re: NO MATLAB

Oh!! marvelous..
Can you get a 3D framework up with the any of the lessons so far or does it have to be another few videos before 3D?

Thanks,
Clodi
by Clodi
November 24th, 2014, 11:28 pm
Forum: Everything
Topic: NO MATLAB
Replies: 5
Views: 2657

Re: NO MATLAB

by Clodi
November 24th, 2014, 9:44 pm
Forum: Everything
Topic: Sexy code ? .. haha
Replies: 9
Views: 3786

Re: Sexy code ? .. haha

oh, thanks a lot! LOL
by Clodi
November 24th, 2014, 1:54 pm
Forum: Everything
Topic: Sexy code ? .. haha
Replies: 9
Views: 3786

Re: Sexy code ? .. haha

Not really but I wish I could

I have seen

Code: Select all

(abs(angVel) < maxAngVel) ? angVel += angAccel * angAccelDir * dt : angVel = copysign(maxAngVel, angVel);
plenty of times but not really sure what it does I only use it for simple if statements to save typing
by Clodi
November 24th, 2014, 9:01 am
Forum: Everything
Topic: NO MATLAB
Replies: 5
Views: 2657

NO MATLAB

Hello, I have been working on a piece of code that moves a particle around inside a cube. The particle is not free but can only go from one spot to another, and these spots are fixed at a set distance from one another. The issue is that, after running the code, I have to feed the output file with al...