|
More site info...
Developer talk | Forum profile
|
|
Forum profile page for Developer talk on http://www.ogre3d.org.
This report page is the aggregated overview from a single forum: Developer talk, located on the Message Board at http://www.ogre3d.org.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Developer talk" on the Message Board at http://www.ogre3d.org is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Developer talk:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
43
|
151
|
468
|
|
Post:
|
120
|
422
|
1,428
|
|
|
Developer talk Posting activity graph:
|
Top authors during last week:
user's latest post:
Ogre::Root::createFileStream Bugfix
Published (2009-12-22 15:57:00)
Oops, that's what happens when you copy & paste out of context I'm amazed my tests didn't fall over this.
user's latest post:
RT Shader System Component
Published (2009-12-22 14:48:00)
Note: I have for the moment set the RTShader component to be compiled as a shared library on Linux, unless the whole build is declared static. This solves the issues on Linux, but it's not an ideal fix because I haven't figured out why static linking causes the problems in the first place. The way that the samples are using the component, it shouldn't really matter.
user's latest post:
Xcode templates Beta
Published (2009-12-22 08:14:00)
A new beta of the templates has been uploaded to sourceforge under the files section. Here is a direct link. https://sourceforge.net/projects/ogre/files/ogre-dependencies-mac/1.7/Ogre_Xcode_Templates_20091222.pkg.zip/download As usual, feedback/bugs are appreciated.
user's latest post:
RT Shader System Component
Published (2009-12-20 13:18:00)
Regarding the Linux crash - I just found out in the Samples CMakeLists.txt the following Code: Select all # Need to include resource files so that icons are linked if (WIN32) set(RESOURCE_FILES ${OGRE_SOURCE_DIR}/OgreMain/src/WIN32/resource.h ...
user's latest post:
Xcode templates Beta
Published (2009-12-20 22:33:00)
hi, so i solve this problem by just putting my project folder in the same path as the example folder, but then it come up with this error Code: Select all An exception has occurred: OGRE EXCEPTION(2:InvalidParametersException): Cannot find requested emitter type. in ParticleSystemManager::_createEmitter at /Users/steve/projects/Shoggoth_clean/ogre/Mac/Ogre/../../OgreMain/src/OgreParticleSystemManager.cpp (line 337) im not sure why i got this...
user's latest post:
Exception after fullscreen in...
Published (2009-12-21 19:14:00)
The longer code I pasted shouldn't have that problem though, no? It waits 3 seconds worth of render calls / message pumps and then calls setFullscreen, which also crashes for me. I'll try modifying the terrain sample in that way and see if it works for me though. I wonder if this could be something to do with the fact I'm not using OIS...
user's latest post:
SampleFramework as a UnitTesting...
Published (2009-12-15 15:31:00)
sinbad wrote: Nice. I asked Bill Hoffman from CMake/CTest/VTK hwo they do this, because they run visual unit tests and I wondered how they handled variations between hardware (because there are always subtle ones). He said they have a database of iamges from different hardware setups where essentially a user can submit a new 'correct' one where there's a variation that doesn't matter, and the unit test just has to match...
user's latest post:
How to improve precision in a...
Published (2009-12-21 16:44:00)
setCameraRelativeRendering sounds exactly the same as this idea. Thanks for the answer. Sorry for your time.
user's latest post:
Xcode templates Beta
Published (2009-12-18 18:33:00)
jos_t_tarigan wrote: i got 4 warnings, i cant understand what they mean. and also why i cant quit my program normally (by pressing cmd-q or right-click dock icon and press quit)? The only way to do it is to open activity monitor and press force quit. any idea? I just use the escape key to quit, if memory serves that behaviour is included in the basic template app. Regarding the warning messages, found a solution here...
|
|
|
|
Latest active threads on Developer talk::
Started 1 month ago (2009-11-18 17:13:00)
by Praetor
He may have been referring to me. I have been researching and prototyping occlusion systems for a few months now. CHC++ is something I've been looking into for that time, but haven't started implementing yet. I managed to get in touch with one of the original researchers who published the CHC++ paper (I talked to Oliver Mattausch). First there is another write-up about it in ShaderX7. I don't ...
Started 3 months, 4 weeks ago (2009-08-27 18:23:00)
by CABAListic
There were a few minor things which needed to be changed so that the patch compiles on Linux, I have attached an updated version of the patch. However, the generator doesn't quite seem to work. When I press F3 in either of the samples, I get the following error: Code: Select all An exception has occured: OGRE EXCEPTION(2:InvalidParametersException): Could not create gpu programs from render...
Started 2 weeks, 5 days ago (2009-12-05 19:32:00)
by dark_sylinc
Nice, though I thought we'd assign odd numbers for unstable releases, and even numbers for stable ones (like most of open source communities do). Edit: That means I thought Cthugha would be released as 1.8, and Byatis as 1.9 for now, later to be changed to 1.10 Sampler matching with Cg / HLSL Currently you need to use ': register(s0)' etc to match up samplers and texture_unit entries ...
Started 1 week, 4 days ago (2009-12-14 09:41:00)
by Olemars
It's quite doable and CMake lets you generate 64bit project files out of the box. The only real hurdle is compiling 64bit versions of the dependencies. I have run into some minor issues that I've been meaning to post about here, but haven't found the time yet.
Started 2 days, 22 hours ago (2009-12-22 13:53:00)
by CABAListic
Started 2 months, 4 weeks ago (2009-09-26 23:22:00)
by Assaf Raman
Started 1 month, 3 weeks ago (2009-11-02 17:41:00)
by sinbad
I don't get this problem on trunk - start PlayPen non- fullscreen, hit "=" to go fullscreen, then hit '-' to go windowed again, all is fine. You could enabled the D3D9 debug runtime to get some more details.
Started 4 months ago (2009-08-23 19:49:00)
by Assaf Raman
Nice work! Good idea to also commit to v1-6 branch.
Started 3 days, 19 hours ago (2009-12-21 16:39:00)
by Wolfmanfx
SceneManager changes Chaster's 'Portal Connected Zone' SceneManager added 'Camera relative rendering' option added so that in large scenes where you are far from the origin, precision issues on the GPU can be mitigated by only transforming objects relative to the camera. See SceneManager::setCameraRelativeRendering sounds similar.
Started 3 days, 23 hours ago (2009-12-21 12:19:00)
by Assaf Raman
Can you compile only the first time you run - then reuse?
|
|
Hot threads for last week on Developer talk::
Started 2 months, 4 weeks ago (2009-09-26 23:22:00)
by Assaf Raman
Started 3 months, 4 weeks ago (2009-08-27 18:23:00)
by CABAListic
There were a few minor things which needed to be changed so that the patch compiles on Linux, I have attached an updated version of the patch. However, the generator doesn't quite seem to work. When I press F3 in either of the samples, I get the following error: Code: Select all An exception has occured: OGRE EXCEPTION(2:InvalidParametersException): Could not create gpu programs from render...
Started 1 week, 1 day ago (2009-12-16 23:42:00)
by Praetor
I believe this can be done in cmake by adding the definition to the project settings if Poco is enabled on windows. Defining the POCO_NO_UNWINDOWS is the correct way to solve the issue, so there isn't another solution.
Started 1 week ago (2009-12-17 19:13:00)
by simply
I have the same issue with HEAD.
Started 4 months ago (2009-08-23 19:49:00)
by Assaf Raman
Nice work! Good idea to also commit to v1-6 branch.
Started 1 week, 3 days ago (2009-12-14 17:23:00)
by sinbad
I can't actually see why getIndexAscending would return a NaN in the first place, since the MeshLodUsage::value is only used as a comparison and is not assigned to the index. Of course determining why the MeshLodUsage::value ended up as NaN in the first place is worthy of investigation..
Started 3 days, 19 hours ago (2009-12-21 16:39:00)
by Wolfmanfx
SceneManager changes Chaster's 'Portal Connected Zone' SceneManager added 'Camera relative rendering' option added so that in large scenes where you are far from the origin, precision issues on the GPU can be mitigated by only transforming objects relative to the camera. See SceneManager::setCameraRelativeRendering sounds similar.
Started 3 days, 23 hours ago (2009-12-21 12:19:00)
by Assaf Raman
Can you compile only the first time you run - then reuse?
Started 2 days, 22 hours ago (2009-12-22 13:53:00)
by CABAListic
Started 1 month, 3 weeks ago (2009-11-02 17:41:00)
by sinbad
I don't get this problem on trunk - start PlayPen non- fullscreen, hit "=" to go fullscreen, then hit '-' to go windowed again, all is fine. You could enabled the D3D9 debug runtime to get some more details.
|
|