I'm starting to work on this meshobject again... (the starfield mesh) I'm planning on making it a plugin and offering it for inclusion into CS... if it isn't included, i'll still be using it in my project. ;-)
I was wondering if you had a link to a downloadable HIP database... I'd like to give it a shot using that before I tackle HYP. I was also thinking of using an actual database backend like db for accessing the data, since the HYP is a simple comma-separated value file. (CSV) Would it make sense to do this? (I'm not entirely sure what effects using a database backend would have within CS) Dave On 4/13/05, Jonathan Tarbox <[EMAIL PROTECTED]> wrote: > Well, that there is a good question. > > Firstly, it's a basic mesh object. In theory, just take your application > and add the CPP and H file to the compiling and linking and it should work. > No matter how you compile your personal project, adding this source file > with your other source files should do it. > > In mingw/msys using the CS project system, just drop the files into your src > directory. > > In mingw/msys using a makefile, well.. add the files with your source files > in the makefile. > > In MSVC, add these files to your project. > > Simple as that. > > Off course, you'll want to toy with the init code within Starfield:: > Starfield() so it calls the proper sector name and material name, but that's > it. > > -jtarbox > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:crystal-main- > > [EMAIL PROTECTED] On Behalf Of David Bronke > > Subject: Re: [CsMain] Starfield Mesh 1.0 > > > > Another question I had: How should this meshobject be compiled and > > used? There's no README and no Makefile or Jamfile, so I was kinda > > lost... Should it be copied into the CS source tree, or is there > > another way to compile it? > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Crystal-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/crystal-main > Unsubscribe: mailto:[EMAIL PROTECTED] > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
