Search found 42 matches

by dciris
Mon Dec 01, 2003 6:00 pm
Forum: Programming Discussion
Topic: sound function return???
Replies: 7
Views: 578

thanks very much for all your replys guys :D I will definately look into reading the soundbuffer (its an uncharted territory like most of the other programming so far:P )... I was wondering also if you guys know about a time function that would return milliseconds so far I have only been able to fin...
by dciris
Wed Nov 26, 2003 2:29 pm
Forum: Programming Discussion
Topic: sound function return???
Replies: 7
Views: 578

sound function return???

I was wondering if when this function is called:

snd_sfx_play(sound2[snd_bgm], 1000, 1);

It could return a varibable indicating wheter its on or off (ie: return 0 (off)
return (1) on). This way, If 0 was returned I could call the function a gain for a seamless sound loop... :?
by dciris
Sat Nov 01, 2003 10:46 pm
Forum: Programming Discussion
Topic: How good is the Iris3d graphics engine?
Replies: 5
Views: 540

the best advice I could give would be to make a model(s) the exact way you want rhem (within reason) Then do test directly on the dream to see if your poly counts are feasible if not optimize the model but at least you always have the hi res model. Other things to take into acount are texture size a...
by dciris
Sat Nov 01, 2003 11:25 am
Forum: Programming Discussion
Topic: How good is the Iris3d graphics engine?
Replies: 5
Views: 540

The irirs 3d engine is avery nice engine if you put the work in you will definately see the results. I have got very high poly models to display but as far a exact specs I'm not quite sure you could check the home page. The effects and capabilities are best described through the examples boxed with ...
by dciris
Wed Oct 08, 2003 5:54 pm
Forum: Programming Discussion
Topic: IRIS .9 AND OTHER STUFF
Replies: 9
Views: 657

thanks gruiiik!

I think everyhing is ok now... I talked to my partner and he helped to get 0.9 up and running

Progress

I know I know I said will finish in 0.7 but now 0.9 works very well
and the patch problem is now fixed with the upgrade to 0.9!!!!
by dciris
Mon Oct 06, 2003 6:46 pm
Forum: Programming Discussion
Topic: IRIS .9 AND OTHER STUFF
Replies: 9
Views: 657

Thanks very much Ian Micheal for the SDL libs I was able to get the Lupengo DX to compile but I am still working on getting the IMR Tech Demo and Xrick fullspeed version to compile... Also thanks very much gruiiik I have mapping on the models but max still crashes... but does not crash when a cube w...
by dciris
Sat Sep 27, 2003 11:51 am
Forum: Programming Discussion
Topic: IRIS .9 AND OTHER STUFF
Replies: 9
Views: 657

thanks very much SinisterTengu this has totally made my day! :)
by dciris
Fri Sep 26, 2003 11:09 am
Forum: Programming Discussion
Topic: IRIS .9 AND OTHER STUFF
Replies: 9
Views: 657

Hey Vorrtexx thanks very much for your help my code currently looks like this and works (sometimes there is a slight stutter after the first play othertimes its flawless either way its much better than it was before... :D loop t = time(NULL); if (flag == 1) { t += 8; flag = 0; } if (t > timer+7) { t...
by dciris
Wed Sep 24, 2003 3:22 pm
Forum: Programming Discussion
Topic: IRIS .9 AND OTHER STUFF
Replies: 9
Views: 657

IRIS .9 AND OTHER STUFF

First and foremost thanks very much to all that responded to the last post. In regards to sound I looked into the SDL mixer and realized I had no clue how to even install it properly. Rather than bug you guys about it I reevaluated the .Wav file I was using and recompressed it through GOLDWAVE and f...
by dciris
Thu Aug 21, 2003 10:45 pm
Forum: Programming Discussion
Topic: restart
Replies: 25
Views: 1186

cool thanks appreciate the info using 1.19 currently so I think ill stick with it havent been using SDL though (havent tried it yet) have been using iris3d and have been trying to compile their new releases examples. have gotten some to compile but other examples im running into the same prob so tho...
by dciris
Thu Aug 21, 2003 12:11 am
Forum: Programming Discussion
Topic: restart
Replies: 25
Views: 1186

was trying to update my kos version aswell but was getting the errors that u were getting intially
could u tell me how u got yours (1.2.0) finally to compile please :)
by dciris
Thu Jun 19, 2003 9:07 pm
Forum: Programming Discussion
Topic: iris 3d issue
Replies: 9
Views: 555

Does anybody know of any examples of multi threading?....
by dciris
Sun Jun 15, 2003 10:44 pm
Forum: Programming Discussion
Topic: iris 3d issue
Replies: 9
Views: 555

I guess what I'm really asking is there a way to let two things run at the same time... ex Graphics code Sound code My graphics run but if I push left the sound will play and then the graphic will move to its position that the left button was supposed to bring it to in the first place.... It wquld b...
by dciris
Fri Jun 13, 2003 2:15 pm
Forum: Programming Discussion
Topic: iris 3d issue
Replies: 9
Views: 555

iris 3d issue

HI having problems getting the vorbis sound code and iris3d to work together. They work independently but together the ogg vorbis seems to be interfering with the rendering of the graphics. Once the sound stops playing the graphics continue to render but of course need them working together. Don't k...
by dciris
Wed May 21, 2003 8:17 pm
Forum: Programming Discussion
Topic: iris 3d issue
Replies: 16
Views: 1028

I am trying to make a demo game with a title screen, player select and some sort of game play I would like to use the .ogg for a consitent loop in the player select.
by dciris
Wed May 21, 2003 3:27 pm
Forum: Programming Discussion
Topic: iris 3d issue
Replies: 16
Views: 1028

Guys I'm sorry for asking some of the most un interesting/annoying questions ever :( Thanks a million though for baring with me FINALLY I have figured out with much help of course that after your .elf is compiled one can simply use (make dist) to optimize the files size. So happy this works...Sorry ...
by dciris
Tue Apr 22, 2003 2:24 pm
Forum: Programming Discussion
Topic: iris 3d issue
Replies: 16
Views: 1028

Its been a very long time since my last post thanks a million for all the previous help to annoying questions...Currently I am still having trouble with huge .elf file sizes I can't for the life of me figure how to minimize their size by using the make file. This is the make file I am currently usin...
by dciris
Mon Feb 24, 2003 2:11 pm
Forum: Programming Discussion
Topic: iris 3d issue
Replies: 16
Views: 1028

Man thanks for the post its been a while since I got to the forum... But now that I'm compiling the size of my .elf is becoming more and more of a problem I'm gonna look into what you said. Is "make-dist" a command you use while in the environment? I know I know I should just tryit but I f...
by dciris
Fri Feb 07, 2003 5:40 pm
Forum: Programming Discussion
Topic: iris 3d issue
Replies: 16
Views: 1028

Yet again you guys hook it up thanks very much... :lol:
by dciris
Fri Feb 07, 2003 5:11 pm
Forum: Programming Discussion
Topic: iris 3d issue
Replies: 16
Views: 1028

I got everything running on dc via a serial cable but the actual files fully compiled by me are always double the size of the ones boxed with the source...I don't get it :roll: