Re: [osg-users] please test... SSAO (v1.0)

2008-12-17 Thread Kimmo Kotajärvi
Works nicely, if a bit slow (~15fps) and the window can't be resized correctly.

 

The code was missing three ref_ptr .get()s, so I guess you didn't compile the 
version you attached...

 

http://paahdin.com/shared/images/ssao.png

 



Lähettäjä: osg-users-boun...@lists.openscenegraph.org 
[mailto:osg-users-boun...@lists.openscenegraph.org] Puolesta Adrian Egli 
OpenSceneGraph (3D)
Lähetetty: 17. joulukuuta 2008 18:24
Vastaanottaja: OpenSceneGraph Users
Aihe: [osg-users] please test... SSAO (v1.0)

 

Hi all , 

please test this first version of SSAO Effect (Node) 

There is still a problem (512 x 512) texture, 
gaussian filter purly implemented on GPU 

finally i have 10-15 FPS 



/adrian 

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Anybody got wxPack (wxWidgets) + OSG working?

2008-08-08 Thread Kimmo Kotajärvi
I think I got it working... I compiled wx myself and then osgviewerWX. 
Strangely, it exits on startup and refuses to print anything to console. 
Stepping through it with a debugger I could see it wasn't able to load any 
models, while any other program can.
However, I created a dummy scenegraph in the code and finally got a nice blue 
osg screen.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Anybody got wxPack (wxWidgets) + OSG working?

2008-08-07 Thread Kimmo Kotajärvi

I'm trying to get OSG and wxWidgets to play nice together.

I downloaded wxPack from http://wxpack.sourceforge.net/ since it's a nice 
prebuilt package for Windows. The examples and new projects compile and run 
fine.

osgviewerWX however, fails to compile with several linker errors such as

LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; 
use /NODEFAULTLIB:library

Has anyone used wxPack + OSG succesfully? I'm using VS2005.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Anybody got wxPack (wxWidgets) + OSG working?

2008-08-07 Thread Kimmo Kotajärvi
   

-Alkuperäinen viesti-
Lähettäjä: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Puolesta Jakob Ruhe
Lähetetty: 7. elokuuta 2008 15:08
Vastaanottaja: OpenSceneGraph Users
Aihe: Re: [osg-users] Anybody got wxPack (wxWidgets) + OSG working?

I have not used wxPack but that linking error is just a warning and
should not usually stop you from getting a working application. What
other errors do you get?

/Jakob Ruhe

2008/8/7 Kimmo Kotajärvi [EMAIL PROTECTED]:

 I'm trying to get OSG and wxWidgets to play nice together.

 I downloaded wxPack from http://wxpack.sourceforge.net/ since it's a nice 
 prebuilt package for Windows. The examples and new projects compile and run 
 fine.

 osgviewerWX however, fails to compile with several linker errors such as

 LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; 
 use /NODEFAULTLIB:library

 Has anyone used wxPack + OSG succesfully? I'm using VS2005.
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Shapefile troubles

2008-05-13 Thread Kimmo Kotajärvi
(I posted these earlier but it got moderated out... no file attachment this 
time)

 

Could anybody have a look at these shapefiles? It should be a network of roads 
but I can't get the shp plugin to read it correctly.

 

http://www.wikiupload.com/download_page.php?id=33045  ~300KB zip

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Shapefile troubles

2008-05-02 Thread Kimmo Kotajärvi
I have a collection of road data as  shapefiles (.shp, .dbf, .prj) but they do 
not get loaded correctly. Everything gets squished into one long line, so this 
is obviously some coordinate system error. I can get sensible data after 
converting it from one coordinate system to another using AutoCAD, but I would 
like to avoid this step. Strangely, modifying the .prj file does not seem to 
affect the result in any way. Are there some limitations in the shapefile 
plugin?

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org