mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-25 03:10:27 +02:00
bin
doc
examples
include
lib
media
scripts
source
tests
empty
media
2dmaterial.cpp
Makefile
anti-aliasing.cpp
archiveReader.cpp
b3dAnimation.cpp
billboards.cpp
burningsVideo.cpp
collisionResponseAnimator.cpp
color.cpp
coreutil.cpp
createImage.cpp
cursorSetVisible.cpp
disambiguateTextures.cpp
draw2DImage.cpp
drawPixel.cpp
drawRectOutline.cpp
drawVertexPrimitive.cpp
enumerateImageManipulators.cpp
exports.cpp
fast_atof.cpp
filesystem.cpp
flyCircleAnimator.cpp
guiDisabledMenu.cpp
ioScene.cpp
irrArray.cpp
irrCoreEquals.cpp
irrList.cpp
irrMap.cpp
irrString.cpp
lightMaps.cpp
lights.cpp
line2d.cpp
loadTextures.cpp
main.cpp
makeColorKeyTexture.cpp
material.cpp
matrixOps.cpp
md2Animation.cpp
meshLoaders.cpp
meshTransform.cpp
mrt.cpp
orthoCam.cpp
planeMatrix.cpp
projectionMatrix.cpp
removeCustomAnimator.cpp
renderTargetTexture.cpp
sceneCollisionManager.cpp
sceneNodeAnimator.cpp
screenshot.cpp
serializeAttributes.cpp
skinnedMesh.cpp
softwareDevice.cpp
stencilshadow.cpp
terrainSceneNode.cpp
testDimension2d.cpp
testGeometryCreator.cpp
testLine2d.cpp
testQuaternion.cpp
testS3DVertex.cpp
testUtils.cpp
testUtils.h
testVector2d.cpp
testVector3d.cpp
testXML.cpp
testaabbox.cpp
tests-last-passed-at.txt
tests-readme.txt
tests.cbp
tests.workspace
tests_vc10.sln
tests_vc10.vcxproj
tests_vc11.sln
tests_vc11.vcxproj
tests_vc12.sln
tests_vc12.vcxproj
tests_vc14.sln
tests_vc14.vcxproj
tests_vc16.sln
tests_vc16.vcxproj
textureFeatures.cpp
textureRenderStates.cpp
timer.cpp
transparentMaterials.cpp
triangle3d.cpp
triangleSelector.cpp
userClipPlane.cpp
vectorPositionDimension2d.cpp
videoDriver.cpp
viewPort.cpp
writeImageToFile.cpp
tools
changes.txt
readme.txt
Irrlicht generally avoided user pointers in the past, but after trying all kind of ugly workarounds - this is just easier and not that much downsides really. Tiny speed costs due to additional SMaterial memory size and new comparison tests. But allows to keep SMaterial alive and useful for a while longer without needing a complete rewrite and it can now be used for stuff like writing PBR shaders. Using a new interface io::IUserData for this which also allows serialization the user data (that part is untested so far, sorry) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6567 dfc29bdd-3216-0410-991c-e03cc46cb475