cutealien
|
982e537c7b
Make SCollisionHit::TriangleSelector and SCollisionTriangleRange::Selector both const.
|
před 2 roky |
cutealien
|
e75d2904b1
Replace public header guards to avoid using indentifiers reserved by c++
|
před 3 roky |
cutealien
|
543e70dc34
CTriangleSelector can now be created for a single meshbuffer.
|
před 8 roky |
cutealien
|
a20f01131a
ITriangleSelector now can also return meshbuffer collision information.
|
před 8 roky |
cutealien
|
808240cf98
SceneCollisionManager now using const camera pointers.
|
před 8 roky |
cutealien
|
bff50c751d
Spelling fixes.
|
před 8 roky |
cutealien
|
5ee9c208b4
Ensure vector3df and all classes containing a vector3df are passed by reference instead of per value. Thanks @Danyal Zia for the patch (#280).
|
před 10 roky |
hybrid
|
0a2330890a
Bump copyright to 2012
|
před 12 roky |
hybrid
|
5e4d495dcc
Bump copyright dates to 2011.
|
před 14 roky |
hybrid
|
014272f2c1
Fix the text scene node placing in viewports. The problem was, that the calculation took the absolute viewport dimension into account, while rendering into the viewport requires the screenwidth to be taken. Hence, the text was usually misplaced. The collision method can still be used for this mixed mode calculation (get screen coordinate during viewport rendering, use it for full screen rendering), but requires an additional parameter.
|
před 14 roky |
cutealien
|
8b71ff58b4
The following functions will now use a "ISceneNode *" instead of a "const ISceneNode *":
|
před 14 roky |
hybrid
|
e08e256fdc
Fix docs for collision manager API, wrong return value was given.
|
před 14 roky |
hybrid
|
e8fa33e154
Merged from 1.7 branch, revisions 3300-3357. Huge number of bug fixes, mostly in GUI and serialization.
|
před 14 roky |
cutealien
|
28a04fbd42
Renamed OctTree to Octree
|
před 15 roky |
cutealien
|
cf445855a6
Documenation clarification in IEventReceiver (thx teto) and ISceneCollisionManager (thx aanderse).
|
před 15 roky |
hybrid
|
d9e92b0783
Add FPS getter for Animated Mesh SN, add some values in serialization.
|
před 15 roky |
hybrid
|
275874afb1
Merged from 1.6 branch, revisions 2684:2747. Windows serialization fix. Memleak in STL and LWO loader fixed. CursorControl under Windows fixed. CE compilation fixed. Example 21 for Linux fixed. IFileSystem and IFileList additions. Toolbar::addButton fixed. Device::run fixed. Anti-Aliasing on debug rendering disabled. Documenation updated.
|
před 15 roky |
hybrid
|
3ef1b18308
Fix eol-style for all code files to CRLF for simpler file handling.
|
před 15 roky |
hybrid
|
7e5822ec2c
Fix eol-style for all code files to native.
|
před 15 roky |
hybrid
|
8e9c3de276
Merged revisions 2349:2403 from 1.5 branch. Added defines for version handling, added method to check for drivers. Fix bugs in Joystick handler, filename handler, and byteswap.
|
před 15 roky |
hybrid
|
9e695384b9
Added collision function parameter for restricting check to only parts of the scene, patch by Darktib.
|
před 15 roky |
hybrid
|
ca07a70436
Constification for line3df paramater and reindentation.
|
před 15 roky |
Rogerborg
|
5478f80545
https://sourceforge.net/tracker2/?func=detail&aid=1797487&group_id=74339&atid=540678
|
před 16 roky |
Rogerborg
|
cf349f9953
More collision additions. ISceneCollisionManager::getCollisionResultPosition() now returns the node that was hit. ISceneNodeAnimatorCollisionResponse stores and exposes the node that was hit.
|
před 16 roky |
Rogerborg
|
81671c23b2
https://sourceforge.net/tracker2/index.php?func=detail&aid=2498791&group_id=74339&atid=540678
|
před 16 roky |
hybrid
|
7472bcd83c
Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix.
|
před 16 roky |
Rogerborg
|
2563bf14d8
Small efficiency improvements in scene collision:
|
před 16 roky |
Rogerborg
|
340b984ced
Add a hitPosition to ISceneCollisionManager::getCollisionResultPosition() as per
|
před 16 roky |
hybrid
|
cdffc4a5d6
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
před 16 roky |
hybrid
|
13b9851487
Another round of constness additions. Almost finished now.
|
před 17 roky |