Highdetail models?
Moderators: winston, another_commander
Highdetail models?
I've just found Oolite today and it's amazing!
Id like to support this project with some content.
Is there a need of highpoly models? Do you want them? Can the engine handle them? Where are the limits? Are the graphical improvements of the engine planed? Shaders for example?
--
I've started with the Cobra MKI. I haven't added all stuff i think i could add. But thats your part: How are the gunmounts supposed to look?
An ugly preview rendering showing the engines, loadingbay on top, Frontwindow:
Just 328 polygons so far.
Please make some suggestions to improve this model, i'll do it if they are good and start texturing it when the model itself is finished.
Id like to support this project with some content.
Is there a need of highpoly models? Do you want them? Can the engine handle them? Where are the limits? Are the graphical improvements of the engine planed? Shaders for example?
--
I've started with the Cobra MKI. I haven't added all stuff i think i could add. But thats your part: How are the gunmounts supposed to look?
An ugly preview rendering showing the engines, loadingbay on top, Frontwindow:
Just 328 polygons so far.
Please make some suggestions to improve this model, i'll do it if they are good and start texturing it when the model itself is finished.
The highest polygon count is 500. Some people say try and keep it below 250. I used to try and keep it as close to 100 as I could (but that was before I had my funky new duel xeon processors! )
You can add even more polygons though by adding sub-entities which are dead easy to do, I'll upload my Dark Wheel Cobra III to Oosat again so you can take a look at the code.
In the mean time have a look at theis thread for a bit more info: https://bb.oolite.space/viewtopic.php?t=1983
You can add even more polygons though by adding sub-entities which are dead easy to do, I'll upload my Dark Wheel Cobra III to Oosat again so you can take a look at the code.
In the mean time have a look at theis thread for a bit more info: https://bb.oolite.space/viewtopic.php?t=1983
Welcome aboard. I came across this on the https://bb.oolite.space/viewtopic.php?t=2182 Pimp my Cobra post, which answers your question.
Code: Select all
#define MAX_VERTICES_PER_ENTITY 320
#define MAX_FACES_PER_ENTITY 512
#define MAX_TEXTURES_PER_ENTITY 8
Oh and the size of the textures are recommended at 512x512 but there is no limit hard coded into the engine. I've put textures of 1024x1024 on my own models and they run fine, but anything I've uploaded I've kept to 512x512.
Nice model by the way. I think the original Elite ships do need a bit of a make over. It'd be nice to collect all the ships in one oxp to just replace the originals.
Nice model by the way. I think the original Elite ships do need a bit of a make over. It'd be nice to collect all the ships in one oxp to just replace the originals.
Drools at the thoughtramon wrote:It'd be nice to collect all the ships in one oxp to just replace the originals.
Your ships are excellent, and I like the way your DW cobra gives off explosion flares when you laser it, at first you think it's died, but the blighter seems to have 9 lives.
Is this because you use subentities a lot? if it is they should be encouraged
The Grey Haired Commander has spoken!
OK so I'm a PC user - "you know whats scary? Out of billions of sperm I was the fastest"
OK so I'm a PC user - "you know whats scary? Out of billions of sperm I was the fastest"
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
However, be advised that the game does not scale down textures to fit within hardware constraints. If you go above 1024x1024, textures will fail to load on older graphics cards. The game may be played on cards with lower limits.ramon wrote:Oh and the size of the textures are recommended at 512x512 but there is no limit hard coded into the engine. I've put textures of 1024x1024 on my own models and they run fine, but anything I've uploaded I've kept to 512x512.
E-mail: [email protected]
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
An OXP seems an ideal way of doing this.Davemak wrote:would it be possible to have a high res version of the game - appropriately labeled etc so that people running low(er) spec machines can make an informed choice?
E-mail: [email protected]
By your command.TGHC wrote:Being cheeky would it be possible to put the high res ones on Oosat2 as well (eventually).
Uploaded today, so expect to see the HiRes version on Oosat in a couple of days.
By the way burzum, how are you getting on with the Cobra Mk I? Is there a release date planned for it yet?