Files
test/source
Tamito Kajiyama 54109add65 Freestyle: minor speedup by omitting unnecessary transform matrix operations in the file loader.
Previously the imported mesh data were transformed by a local-to-world projection matrix
through NodeTransform.  Now that the file loader assumes the imported mesh data already
in the camera coordinate system, an indentity matrix was supplied to NodeTransform.
The present commit avoids this redundant matrix operation by using NodeGroup instead of
NodeTransform, recalling the latter is a subclass of the former with extra matrix computations.
2014-07-23 13:03:55 +09:00
..
2014-07-21 12:02:05 +02:00
2014-07-21 12:02:05 +02:00
2012-12-17 08:01:43 +00:00
2012-12-17 08:01:43 +00:00