Show Posts
|
|
Pages: 1 2 [3] 4 5 ... 8
|
|
32
|
Crystal Space Development / General Crystal Space Discussion / Re: CS vs Ogre3D, NebulaDevice
|
on: January 13, 2006, 07:52:20 am
|
"What version of CS?" - 0.99 "What kind of object is it? If you're using 'thing' then you have the overhead of the lightmaps." Yes thing "It is hard to do a fair comparison" - I don't try to compare. just want good speed:))) And I hope that the engine can provide it So what should I do?
thanks
Change them to genmehses rather than thing, also I'm not completly sure, but i think VBO was disabled in 0.99 by default for everyone, enabling this will give you large gains on newer graphics cards.
|
|
|
|
|
34
|
Crystal Space Development / Support / Re: Just looking at the engine, can you tell me a little about it (see inside)
|
on: January 11, 2006, 02:49:03 am
|
|
-Animated textures : Yes crystalspace supports animated textures (in the mng format, and there is also an application that does divXvideo)
-Gui: i'm not to sure if you're able to use animated textures on Aws of CEGui, but i would assume so, you'd have to check their respective documentation.
-Occlusion Culling: Yes, Dynavis is the name of crystalspace's occlusion culler and you can determine on a sector to sector basis if you want to use if or not.
|
|
|
|
|
36
|
Crystal Space Development / Support / Re: Shaders
|
on: January 10, 2006, 03:09:03 am
|
|
The water shader shown on the picture was one of Dentoid's experiments with the early NR, it's very likely it doesnt work anymore as it was not just the shader used to do that, but i would assume a mix of render to texture and shaders. You're likely to have more success with shaders if you are capable of writing your own.
|
|
|
|
|
40
|
Crystal Space Development / Support / Re: Configuration Manager Problems
|
on: January 08, 2006, 02:45:01 am
|
|
Which application are you trying to run would be nice information to have.
The error itself is somewhat self explanitory but cannot tell us the reason why it did not load, it might be that you havnt setup the configuration manager in your application, or the configuration manager failed to compile.
|
|
|
|
|
41
|
Crystal Space Project Development / Development Discussion / Re: Code::Blocks
|
on: January 07, 2006, 08:45:28 am
|
|
Currently there are no plans to have Code::Blocks project files.
For that to happen, it is up to a Code::Blocks user to create a generation template as is done with the MSVC, not just create project files that quickly become out-of-date in a project as fast-moving as Crystal Space.
Even if you hate MSVC, the Jam templates are a viable way to compile CS, and your own project can use Code::Blocks if you so wish, because of this, supplying code::blocks project files is rather low-priority.
Hope this answers your question.
|
|
|
|
|
44
|
Crystal Space Development / Support / Re: CEGUI problem
|
on: January 06, 2006, 02:53:53 am
|
Did you verify for certain that the build command uses the proper compiler and linker flags for CEGUI? On Windows, the latest version of cs-win32libs contains a pre-built copy of CEGUI which should just work "out-of-the-box", so to speak.
cs-win32libs does not contain a version of CEGUI for MinGW/Msys for some reason.
|
|
|
|
|
|