Horde3D http://horde3d.org/forums/ |
|
Hey A view questions. http://horde3d.org/forums/viewtopic.php?f=2&t=530 |
Page 1 of 1 |
Author: | 0bas0 [ 11.10.2008, 10:22 ] |
Post subject: | Hey A view questions. |
I am new here and i have some questions. Is it posible to make an 3rd person game. Is there planned to be an importer for .obj or .3ds cause somehow i cant see them in scene editor. I want an big animated world. as big as Sierra Nevada Mountains and Valley Ranges of American Great Basin country. does this ask for splitting the map in 10 sublevels this is done in most mmo's. btw, the engine looks awsome cant wait to get my lvl in ;D |
Author: | Siavash [ 11.10.2008, 16:26 ] |
Post subject: | Re: Hey A view questions. |
0bas0 wrote: Is it posible to make an 3rd person game. Yes, everything is possible with Horde3D ![]() 0bas0 wrote: Is there planned to be an importer for .obj or .3ds cause somehow i cant see them in scene editor. If you are a 3dsmax or maya guy you can export your models as collada .dae then converting that using Horde3D's ColladaConverter to convert them into Horde3D binaries or if you are a blender guy you can export them using Horde3d's blender exporter plugin. Have fun with engine ![]() |
Author: | 0bas0 [ 11.10.2008, 18:31 ] |
Post subject: | Re: Hey A view questions. |
Thank you, still need to find more out on the polycount a lvl |
Author: | Volker [ 11.10.2008, 19:31 ] |
Post subject: | Re: Hey A view questions. |
0bas0 wrote: Is there planned to be an importer for .obj or .3ds cause somehow i cant see them in scene editor. No the only format supported will be Collada or direct exports into Horde3D's own format. 0bas0 wrote: I want an big animated world. as big as Sierra Nevada Mountains and Valley Ranges of American Great Basin country. does this ask for splitting the map in 10 sublevels this is done in most mmo's. You can use the terrain extension to render a hightmap. I'm not sure what's the current limit of this hightmap is. I guess 4096x4096, maybe it's even 8192x8192. But for really big worlds, streaming solutions should be implemented. |
Author: | 0bas0 [ 12.10.2008, 10:37 ] |
Post subject: | Re: Hey A view questions. |
ok that is nice ;D, another question is it posible to intergrate an another physics engine then bullet in the engine (cause i want havok for my project) |
Author: | stuckie [ 12.10.2008, 17:53 ] |
Post subject: | Re: Hey A view questions. |
Well, we integrated with ODE for Plight of The Weedunks.. so yea it's possible to link up other physics engines easily enough ![]() All a physics engine really does is manipulate the model matrices anyway, and all a graphics engine does, is display model matrices! ( ok, that was hugely simplified but you get what I mean ![]() |
Author: | 0bas0 [ 12.10.2008, 21:56 ] |
Post subject: | Re: Hey A view questions. |
ok, i am getting forward, soon ill post some screen in the project topic ![]() |
Author: | 0bas0 [ 13.10.2008, 22:22 ] |
Post subject: | Re: Hey A view questions. |
what do i do wrong when my model got 3 textures wich i see 1 at the time at different positions :s |
Author: | Volker [ 13.10.2008, 22:37 ] |
Post subject: | Re: Hey A view questions. |
Not sure about it, but maybe the texture bound to the geometry is not correctly referenced in the shader. That may result in using the last texture used by the renderer. But I have to admit, that I didn't understand the question completely ![]() |
Author: | AcidFaucet [ 14.10.2008, 06:00 ] |
Post subject: | Re: Hey A view questions. |
If you wrote the shader / material yourself you could post it in a CODE block, then we could help alot better. |
Author: | 0bas0 [ 14.10.2008, 06:15 ] |
Post subject: | Re: Hey A view questions. |
used standart shaders,materials |
Author: | AcidFaucet [ 14.10.2008, 21:57 ] |
Post subject: | Re: Hey A view questions. |
What material are you using? |
Author: | 0bas0 [ 15.10.2008, 16:44 ] |
Post subject: | Re: Hey A view questions. |
Code: <Material>
<Shader source="skinning.shader.xml" /> </Material> |
Author: | Volker [ 15.10.2008, 18:47 ] |
Post subject: | Re: Hey A view questions. |
That's the problem, you don't have any TexUnit defined in the material, so no texture is bind to the skinning shader! |
Author: | 0bas0 [ 16.10.2008, 22:31 ] |
Post subject: | Re: Hey A view questions. |
thx, that helped ![]() |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |