HLMS 1.10 backport Example/doc

Discussion area about developing or extending OGRE, adding plugins for it or building applications on it. No newbie questions please, use the Help forum for that.
Post Reply
frostbyte
Orc Shaman
Posts: 737
Joined: Fri May 31, 2013 2:28 am
x 65

HLMS 1.10 backport Example/doc

Post by frostbyte »

sorry for nugging, any samples/docs/info on how to make this work?
been long time since code-rabbit last commit on this subject
i'm curious if this is 2.1 compatible( e.g, can i just use 2.1 PBS-material? etc )
the woods are lovely dark and deep
but i have promises to keep
and miles to code before i sleep
and miles to code before i sleep..

coolest videos link( two minutes paper )...
https://www.youtube.com/user/keeroyz/videos
User avatar
Wolfmanfx
OGRE Team Member
OGRE Team Member
Posts: 1525
Joined: Fri Feb 03, 2006 10:37 pm
Location: Austria - Leoben
x 99
Contact:

Re: HLMS 1.10 backport Example/doc

Post by Wolfmanfx »

Sorry - the shaders are already done an waiting for the commit with the sample. Lately I have been be busy with my baby :) but I target todo within this year.
frostbyte
Orc Shaman
Posts: 737
Joined: Fri May 31, 2013 2:28 am
x 65

Re: HLMS 1.10 backport Example/doc

Post by frostbyte »

for sure...baby's stuff come before shaders stuff( smily )
thanks...and congrats...live long and prosper...\_/
the woods are lovely dark and deep
but i have promises to keep
and miles to code before i sleep
and miles to code before i sleep..

coolest videos link( two minutes paper )...
https://www.youtube.com/user/keeroyz/videos
User avatar
TheOnlyJoey
Halfling
Posts: 53
Joined: Sun Apr 10, 2011 12:05 pm
Location: The Netherlands
x 6
Contact:

Re: HLMS 1.10 backport Example/doc

Post by TheOnlyJoey »

I was actually wondering about this to.

Since the HLMS code in 1.10 seems to be quite a bit different from 2.1 it is hard to use the existing documentation to work out how things work.
At least a minimum functional sample could help out a lot, not even something that is fully featured so you can figure out the rest yourself (which should not be that hard).
frostbyte
Orc Shaman
Posts: 737
Joined: Fri May 31, 2013 2:28 am
x 65

Re: HLMS 1.10 backport Example/doc

Post by frostbyte »

as promised...thanks v-much...
happy 2016 to all ogre devs/community...
you guys are great, this project and community is totaly awsome...
the woods are lovely dark and deep
but i have promises to keep
and miles to code before i sleep
and miles to code before i sleep..

coolest videos link( two minutes paper )...
https://www.youtube.com/user/keeroyz/videos
dertom
Gnoblar
Posts: 6
Joined: Mon Sep 10, 2012 8:38 pm
x 1

Re: HLMS 1.10 backport Example/doc

Post by dertom »

Thx, wolfmanfx.

I played a bit with it and it works pretty cool (once I set the texture's blend values >0 :D )
Now I need to realize what the value actually do. Where is the pbs switch in my diffuse brain? :D

Again, thx
frostbyte
Orc Shaman
Posts: 737
Joined: Fri May 31, 2013 2:28 am
x 65

Re: HLMS 1.10 backport Example/doc

Post by frostbyte »

i moved all of my 34 sub projects to ogre 1.10 just to get this hlms component...
realy pretty...performance are great...great job....alas its only dx9( not working with dx11 or gl... )
any chance for at least gl/gl-es support( its the only option to get PBS on mobile.... ) or i'll need to tinker/port( i don't realy know how to... )
thanks...
the woods are lovely dark and deep
but i have promises to keep
and miles to code before i sleep
and miles to code before i sleep..

coolest videos link( two minutes paper )...
https://www.youtube.com/user/keeroyz/videos
User avatar
Wolfmanfx
OGRE Team Member
OGRE Team Member
Posts: 1525
Joined: Fri Feb 03, 2006 10:37 pm
Location: Austria - Leoben
x 99
Contact:

Re: HLMS 1.10 backport Example/doc

Post by Wolfmanfx »

Gl is working and es is missing the a shader push.
frostbyte
Orc Shaman
Posts: 737
Joined: Fri May 31, 2013 2:28 am
x 65

Re: HLMS 1.10 backport Example/doc

Post by frostbyte »

gl was working( as oposed to dx11 which showed nothing... ) but looked bad- maybe its my gpu driver( integrated intel HD-4000 )
i'll try updating my driver/checking on other gpu( nv 660m )
sorry but i don't understand what do you mean by 'missing the a shader push' - should i do it my self( if yes, then do what? ) or wait for commit update...
anyway thanks for the work and for confirming that GL works and the problem is probebly on my side...
cheers...
the woods are lovely dark and deep
but i have promises to keep
and miles to code before i sleep
and miles to code before i sleep..

coolest videos link( two minutes paper )...
https://www.youtube.com/user/keeroyz/videos
User avatar
Wolfmanfx
OGRE Team Member
OGRE Team Member
Posts: 1525
Joined: Fri Feb 03, 2006 10:37 pm
Location: Austria - Leoben
x 99
Contact:

Re: HLMS 1.10 backport Example/doc

Post by Wolfmanfx »

I tested it with gl on my nvidia. Yes mobile is working i need to push the shaders for mobile.
frostbyte
Orc Shaman
Posts: 737
Joined: Fri May 31, 2013 2:28 am
x 65

Re: HLMS 1.10 backport Example/doc

Post by frostbyte »

great...thx
the woods are lovely dark and deep
but i have promises to keep
and miles to code before i sleep
and miles to code before i sleep..

coolest videos link( two minutes paper )...
https://www.youtube.com/user/keeroyz/videos
paroj
OGRE Team Member
OGRE Team Member
Posts: 1994
Joined: Sun Mar 30, 2014 2:51 pm
x 1074
Contact:

Re: HLMS 1.10 backport Example/doc

Post by paroj »

in case anyone cares, I finished the HLMS sample to work on android (GLES2) and with GL3+. See the last 4 commits here:
https://github.com/OGRECave/ogre/pull/222
Post Reply