Re: [osg-users] [ANN] View-dependent progressive meshes on OpenSceneGraph

2016-01-29 Thread Jim Tan
Screenshot is here: http://jimtan0805.blogspot.tw/2016/01/lod-with-vdpm.html Video is here: https://youtu.be/3anybmyYP10 -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=66168#66168 ___ osg-users

Re: [osg-users] [ANN] View-dependent progressive meshes on OpenSceneGraph

2016-01-28 Thread Jim Tan
Hello dear OSG-community, I have built a model which using Level-of-detail and VDPM. First using Virtual Planet Builder to convert Grand Canyon data to OSG polygon data, then convert it to VDPM data. The convert batch file can be found on \vdpm\data\gcanyon_conv.cmd at github Best regards, Jim

Re: [osg-users] [ANN] View-dependent progressive meshes on OpenSceneGraph

2015-08-20 Thread Jim Tan
Hello dear OSG-community, I've upgraded OpenSceneGraph to the newest version and refined cmake scripts to suit the newest version of cmake. https://github.com/kctan0805/vdpm Best regards, Jim -- Read this topic online here:

Re: [osg-users] [ANN] View-dependent progressive meshes on OpenSceneGraph

2015-08-05 Thread Jim Tan
to compile this pack is visual studio 2012? Good work! zhuwan 08,06,2015 -原始邮件- 发件人: Jim Tan 发送时间: 2015-8-3 17:52:37 收件人: 抄送: 主题: Re: [ANN] View-dependent progressive meshes on OpenSceneGraph Sorry, lost one file CMakeLists.txt on the root directory

Re: [osg-users] [ANN] View-dependent progressive meshes on OpenSceneGraph

2015-08-03 Thread Jim Tan
Sorry, lost one file CMakeLists.txt on the root directory. Please update and try again. Jim webmaster wrote: Hi Jim, Infact i used to try this method,because i already found the E:/vdpm-master20150728/project/* can be used for refrence,and also tried the name

Re: [osg-users] [ANN] View-dependent progressive meshes on OpenSceneGraph

2015-08-03 Thread Jim Tan
Where to build the binaries: -- [E:/vdpm-master20150728/build] should be E:/vdpm-master20150728/build/[program name], like E:/vdpm-master20150728/build/vdpmslim E:/vdpm-master20150728/build/vdpmview ... see E:/vdpm-master20150728/project/* -- Read this topic online here:

Re: [osg-users] [ANN] View-dependent progressive meshes on OpenSceneGraph

2015-08-02 Thread Jim Tan
none vdpm related projects. what's wrong with the operation??? cheers zhuwan 08,03,2015 -原始邮件- 发件人: Jim Tan 发送时间: 2015-7-28 12:34:08 收件人: 抄送: 主题: Re: [ANN] View

Re: [osg-users] [ANN] View-dependent progressive meshes on OpenSceneGraph

2015-07-27 Thread Jim Tan
Hello dear OSG-community, View-dependent progressive meshes implementations is open-source now! Link: github dot com / kctan0805 / vdpm Best regards, Jim -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=64486#64486

Re: [osg-users] [ANN] View-dependent progressive meshes on OpenSceneGraph

2015-07-27 Thread Jim Tan
I've built and tested on windows platform only. Suppose it should be supported on other platform which OSG supported. kornerr wrote: Good to see it open source. Is it Windows only? 2015-07-28 5:11 GMT+07:00 webmaster (): -- Post generated by Mail2Forum

[osg-users] [ANN] View-dependent progressive meshes on OpenSceneGraph

2015-07-23 Thread Jim Tan
View-dependent progressive meshes on OpenSceneGraph Hello dear OSG-community, I have implemented Hoppe's view-dependent progressive meshes related technology on OpenSceneGraph. Viewer convert tool can be find in my blog: jimtan0805 dot blogspot dot tw Interested in VDPM technology is welcome