![]() |
Re: Engine
Pedigree Pal.
With Pedigree Pal, my Stefan is healthy and happy, the fur is soft, the eye shining and the nose wet. Pedigree Pal contains all the essential fat acids and oligo-elements for your Stefan's needs. Pedigree Pal takes care of your Stefan's body. And as a special bonus, with Pedigree Pal, your Stefan can deliver a RTS engine in a week. Pedigree Pal, makes your Stefan happy. (I think the brand got another name now ...? darn) |
Re: Engine
Atomrofl!!!!!!!!!
|
Re: Engine
I just eat like i normally do. I have to admit i have written 4 times from scratch. You will get the hang of it and eventually you know it by hearth. :)
|
Re: Engine
Quote:
*atomrofl* no offense stefan :) 8) |
Re: Engine
so nova my code is shit huh? :P SO HUH? HUH ? erm.
Okay. Forgive me, i have been teaching kids (aging 4 and 5 years old) whole day again. It has been a loooong day. |
Re: Engine
wouldnt be simpler to take an open engine and mod it to fit your purposes. So if the engine is really good at indoor and does outdoor scences fairly average fix the outdoor capabilities?
|
Re: Engine
It's not that simple.
The capabilities of the engine when it comes to rendering a certain type of environment are tightly tied to the way the data is stored and exploited. It's at the base of what makes an engine works. You can't "fix" a BSP engine to render outdoor environments better, because it'll still be a BSP engine, no matter what you do. You can't change the way it works, else better rewriting a new engine from scratch (with no guarantees to do better than the existing). Identically you can't "fix" an outdoor engine to render indoor atmospheres nicely with all the shadings, because for the engine there's no difference between an indoor and an outdoor environment. It's all about rendering polygons and putting them in a certain order, and then applying formulas on each of the pixels. The engine doesn't give a sh*t if it's a "room" or a "valley" or a "corridor" or a "mountain". Clean indoor shadings require a BSP engine, and it's not what the outdoor engine is about. |
Re: Engine
I have never worked with game engines before so I am not sure if this would be an efficient enough practice but would it not be possible to tie both kinds of engines together, forgetting about the limitations on the kind of hardware required to do such a thing.
|
Re: Engine
To some extend it is possible to adjust the bsp engine for outdoor or indoor worlds.
For outdoor worlds you can fx. scale the texture up by 3. That will also affect the subdivide value. Since its on a 2 dimensional plan it reduce the w_poly 9 times. You just have to remember to adjust the maxnodesize too:) For indoor rooms you want more quality. There you just scale the tex to 0.5. That results in sharper texture and nicer lighting on the expense of w_poly. |
Re: Engine
are that terms you are talking about engine independant ?! not really, are they ? and on a plane scaling and polys doesnt always have much to do with each other, unless you hav only small textures, right ? the problem is maybe more that monsterplanes dont look nice often
anyway, pierre was talking about the bsp which isnt suitable for outdoor engines, the main benefit here is saving triangles by the structure of the bsp. outdoor engines need some sort of LOD, and merging both is almost impossible I think. |
All times are GMT +2. The time now is 03:32. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.