how to create my own resource manager

Get answers to all your basic programming questions. No Ogre questions, please!
themean
Greenskin
Posts: 104
Joined: Wed Feb 29, 2012 11:50 am
x 1

how to create my own resource manager

Post by themean »

Trying to look in ogre source but can't get the idea
PhilipLB
Google Summer of Code Student
Google Summer of Code Student
Posts: 550
Joined: Thu Jun 04, 2009 5:07 pm
Location: Berlin
x 108

Re: how to create my own resource manager

Post by PhilipLB »

Google Summer of Code 2012 Student
Topic: "Volume Rendering with LOD aimed at terrain"
Project links: Project thread, WIKI page, Code fork for the project
Mentor: Mattan Furst


Volume GFX, accepting donations.
themean
Greenskin
Posts: 104
Joined: Wed Feb 29, 2012 11:50 am
x 1

Re: how to create my own resource manager

Post by themean »

Thanks I will try to understand how ogre resource manager works
themean
Greenskin
Posts: 104
Joined: Wed Feb 29, 2012 11:50 am
x 1

Re: how to create my own resource manager

Post by themean »

If i understand correct Ogre resource manager have
1) base class Resource that base for all types resource
2)class Resource group that have list of class Resource
3)class Resource manager that have varius methods for declare resource group, add resource to them and load/unload resources
Is this all philosophy or miss something