You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrawl
e8662bea31
Change the way that image origin is converted to OpenGL's lower-left convention
...
Flip the texture coordinates instead of flipping textures.
This simplifies the TextureManager (no need to worry if the caller wants flipping or not), should make it easier to generalize & multithread it.
9 years ago
..
base.hpp
NIF reader cleanup: move definitions to cpp file
10 years ago
controlled.cpp
Implement gravity decay (previously unknown float)
10 years ago
controlled.hpp
Implement gravity decay (previously unknown float)
10 years ago
controller.cpp
Implement planar collider for particles ( Fixes #2149 )
10 years ago
controller.hpp
Implement planar collider for particles ( Fixes #2149 )
10 years ago
data.cpp
Change the way that image origin is converted to OpenGL's lower-left convention
9 years ago
data.hpp
Remove redundant allocations for NIF meshes
10 years ago
effect.cpp
Read NiSpotLight
9 years ago
effect.hpp
Read NiSpotLight
9 years ago
extra.cpp
Add OSG nifloader, currently supports geometry, materials, basic texturing, skinning, morphing, and most controllers.
10 years ago
extra.hpp
NIF reader cleanup: move definitions to cpp file
10 years ago
niffile.cpp
NifFile: close the stream after reading ( Fixes #3070 )
9 years ago
niffile.hpp
NifFile: close the stream after reading ( Fixes #3070 )
9 years ago
nifkey.hpp
Don't read forward/backward values for Quaternion key lists
9 years ago
nifstream.cpp
Remove redundant allocations for NIF meshes
10 years ago
nifstream.hpp
Remove redundant allocations for NIF meshes
10 years ago
niftypes.hpp
Remove redundant Transform nodes for TriShapes/ParticleSystems with an identity transform
10 years ago
node.cpp
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
10 years ago
node.hpp
Do not discard root node transformations if the root node is named 'bip01' (Bug #3118 )
9 years ago
property.cpp
Add OSG nifloader, currently supports geometry, materials, basic texturing, skinning, morphing, and most controllers.
10 years ago
property.hpp
Fully implement NiStencilProperty (Feature #1057 )
10 years ago
record.hpp
Read NiLODNode (Bug #3008 )
9 years ago
recordptr.hpp
fixed warning C4099:
10 years ago