Go to file
Dalai Felinto ee7a2ccb22 BGE Dome: fix for "objects parented to the camera will be rendered multiple times in Dome mode"
The funny thing is: I only spotted this bug in March of this year. Almost one year after the original release. I think I don't parent objects to the camera often.

In terms of code I think that I can even think in a more elegant solution. I don't really need to rotate the camera, but simply to calculate its Modelview Matrix.
"""
m_rasterizer->SetViewMatrix(viewmat, cam->NodeGetWorldOrientation(), cam->NodeGetWorldPosition(), 1.0);
cam->SetModelviewMatrix(viewmat);
"""
The reason why I originally was rotating the camera was to make sure the frustum calculation was using the right camera frustum. For the frustum it takes the camera modelviewmatrix so the rotation really shouldn't be necessary. Leaving as it's for the time being.

* Note: the bug was never officially reported
2010-09-15 07:05:55 +00:00
build_files spec files for building arch linux packages (pacman) 2010-09-12 16:00:12 +00:00
doc ran through pep8 checker 2010-09-07 15:17:42 +00:00
extern bugfix [#23405] PNG Images bigger then 2gig wont load with blender. 2010-09-15 06:43:36 +00:00
intern option to disable ITASC IK solver, (will be enabled by default ofcourse) 2010-09-12 12:27:12 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
projectfiles Windows Icons: 2010-09-05 07:08:21 +00:00
projectfiles_vc7 Windows Icons: 2010-09-05 07:08:21 +00:00
projectfiles_vc9 Windows Icons: 2010-09-05 07:08:21 +00:00
release bvh import was broken for non euler-native rotations 2010-09-15 03:33:49 +00:00
source BGE Dome: fix for "objects parented to the camera will be rendered multiple times in Dome mode" 2010-09-15 07:05:55 +00:00
CMakeLists.txt option to disable ITASC IK solver, (will be enabled by default ofcourse) 2010-09-12 12:27:12 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct Finally change SConscript tabs to spaces. 2010-08-29 20:52:05 +00:00