This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8dc3d4e3fdb4e33e52699d615af4a3a65a92c776
goo-engine
/
source
/
blender
/
nodes
T
History
Campbell Barton
7217927414
add inline functions for max/min ints, good to use when the arguments are function calls (we had a few of these).
2012-07-29 18:14:20 +00:00
..
composite
add inline functions for max/min ints, good to use when the arguments are function calls (we had a few of these).
2012-07-29 18:14:20 +00:00
intern
More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise->normalize).
2012-07-03 19:09:07 +00:00
shader
Added a particle index output to the Particle Info Cycles node. This is required to get consistent ID numbers for particles. The Object ID is not usable since it's a user defined value of the instanced object, which does not vary per instance. Also the random value from the object info node is not consistent over time, since it only depends on the index in the dupli list (so each emitted or dying particle shifts the value).
2012-07-26 11:40:58 +00:00
texture
use fabsf when using floats.
2012-07-21 15:27:40 +00:00
CMakeLists.txt
Mango request: added an input node to use track's position in compositor
2012-07-10 11:01:25 +00:00
NOD_composite.h
Implementation of node for track position input
2012-06-19 17:29:58 +00:00
NOD_shader.h
Particle Info node for Cycles. This can be used to access particle information in material shaders for dupli objects. For now only the particle Age and individual Lifetime (in frames) are supported, more attributes can be added when needed.
2012-06-08 16:17:57 +00:00
NOD_socket.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
NOD_texture.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
SConscript
Scons:
2012-06-30 22:44:36 +00:00