You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is conversion code to convert IECore::CurvesPrimitive to Cycles, but this is not tested yet and it isn't too clear if they need to be attached to a ccl::ParticleSystem (via IECore::PointsPrimitive) which also hasn't been implemented yet.
The text was updated successfully, but these errors were encountered:
PointsPrimitive are now implemented: https://github.com/boberfly/GafferCycles/blob/master/include/GafferCycles/IECoreCyclesPreview/ParticleAlgo.h
However Cycles doesn't have a way to render these, but under the hood this is used to apply per-particle info onto instanced geometry from Gaffer's Instancer if you make sure to transfer particular named primvars to attributes (this will be available from the particle_info shader):
"index" or Gaffer's "instanceIndex"
"age"
"lifetime"
"location" or Gaffer's "P"
"rotation" or Gaffer's "orientation"
"size" or Gaffer's "width"
Currently there is conversion code to convert IECore::CurvesPrimitive to Cycles, but this is not tested yet and it isn't too clear if they need to be attached to a ccl::ParticleSystem (via IECore::PointsPrimitive) which also hasn't been implemented yet.
The text was updated successfully, but these errors were encountered: