Search found 5 matches
- Thu Dec 25, 2008 7:01 am
- Forum: Bug reports
- Topic: [fixed] there is a error in class of dimension2d
- Replies: 9
- Views: 984
[fixed] there is a error in class of dimension2d
in irrlicht 1.5 i found a error in class of dimension2d //! Add two dimensions dimension2d<T>& operator+=(const dimension2d<T>& other) { Width *= other.Width; Height *= other.Height; return *this; } it should be : //! Add two dimensions dimension2d<T>& operator+=(const dimension2d<T>&...
- Wed Dec 24, 2008 1:56 am
- Forum: Beginners Help
- Topic: using video::EDT_OPENGL, error , why
- Replies: 5
- Views: 295
- Wed Dec 24, 2008 1:17 am
- Forum: Beginners Help
- Topic: using video::EDT_OPENGL, error , why
- Replies: 5
- Views: 295
- Fri Dec 19, 2008 9:09 am
- Forum: Beginners Help
- Topic: using video::EDT_OPENGL, error , why
- Replies: 5
- Views: 295
- Fri Dec 19, 2008 8:24 am
- Forum: Beginners Help
- Topic: using video::EDT_OPENGL, error , why
- Replies: 5
- Views: 295
using video::EDT_OPENGL, error , why
When I use video:: EDT_OPENGL create the device , I sized the window, but no change for viewport, which is why