Horde3D

Next-Generation Graphics Engine
It is currently 22.11.2024, 13:31

All times are UTC + 1 hour




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: 05.10.2008, 04:48 
Offline

Joined: 27.09.2008, 07:34
Posts: 35
I wonder how to do 'standard.pipeline.xml' in the code.
I use 1.0.0beta2 which doesn't even come with that file and try to make Horde work with SDL: http://www.horde3d.org/wiki/index.php5? ... e_with_SDL which again describes xml.
Besides, every addResource uses XML files. So I wonder how to do all that resources hard coded. May be I miss something about the engine concept.
Thanks.


Top
 Profile  
Reply with quote  
PostPosted: 05.10.2008, 16:18 
Offline
Engine Developer

Joined: 10.09.2006, 15:52
Posts: 1217
Horde is very data-driven. Currently there is no API for creating pipelines. But usually pipelines are not meant as dynamic resources since they are rather challenging to set up (require having the appropriate shader contexts etc.). The pipeline is organized in stages and you can disable single stages with an API command. If you really need to create them dynamically you need to output a small XML string. The other resources have some functions now which make it possible to modify them after they have been loaded. But this can certainly still be improved in the future.


Top
 Profile  
Reply with quote  
PostPosted: 05.10.2008, 16:32 
Offline

Joined: 27.09.2008, 07:34
Posts: 35
Ok.
Is 'forward.pipeline.xml' the same as 'standard.pipeline.xml' I see in docs?


Top
 Profile  
Reply with quote  
PostPosted: 05.10.2008, 16:45 
Offline

Joined: 16.01.2008, 00:24
Posts: 73
Location: Canada/Quebec
kornerr wrote:
Ok.
Is 'forward.pipeline.xml' the same as 'standard.pipeline.xml' I see in docs?


It can be anything, it's only the filename. Those pipelines within the SDK are only examples, you can create your own.


Top
 Profile  
Reply with quote  
PostPosted: 05.10.2008, 16:59 
Offline

Joined: 27.09.2008, 07:34
Posts: 35
Didn't Horde have 'standard.pipeline.xml' in the past?


Top
 Profile  
Reply with quote  
PostPosted: 05.10.2008, 18:01 
Offline

Joined: 22.11.2007, 17:05
Posts: 707
Location: Boston, MA
kornerr wrote:
Didn't Horde have 'standard.pipeline.xml' in the past?
If it did it was probably the forward pipeline. There really isn't one way of doing things that could be pointed to as 'standard', so the new name makes more sense.

_________________
Tristam MacDonald - [swiftcoding]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 24 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group