Jump to content

RationalEuler

Registered Member
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

RationalEuler's Achievements

Newbie

Newbie (1/14)

  • Reacting Well
  • Dedicated
  • First Post
  • Conversation Starter
  • One Year In

Recent Badges

0

Reputation

  1. Does anyone know a way to get access to the color data from the vertex color map created in the node system for a node spline asset using redshift? I have tried both using color user data, vertex attribute, and point attribute. The RS object type was set to both hair and cylinders. Rendering using vertex color maps seems to work fine with geometry assets. The clunky work around is coloring the sweeped line and generating geometry instead of a spline. This is very inefficient when there are a lot of splines being generated.
  2. Is it possible to generate an error similar to static assert with dynamic variables? I am creating linear algebra node groups and I would like an error to be thrown if the input vectors are different lengths or if certain runtime conditions happen.(Col != Rows in matrix multiplication) Since get length on an array is not constant, static assert will not work for this. Thanks!
×
×
  • Create New...