Hi everyone,
The Unigine::Visualizer in v2.15.1 looks like it will will be helpful for a particular feature we have planned, but before I invest time in research, and having only looked at the API doc so far I have a few questions concerning the rendering apects
about "renderMessage..."
can the size be changed? I have found this thread in the forumAnything new :) ?
can the font be changed?
can the text be rotated? (maybe using a projection trick?)
about: "renderSolid<shape>"
can the shape be shaded? Smooth or flat?
about "render<shape>" and "renderSolid<shape>", where shape = sphere, capsule and cylinder
what is the amount of slices and stacks used? Are they the default values (16 and 32) used in Unigine::Primitives? Or are the shapes rendered without meshes and purely in the post-pro shader, maybe with some form of ray marching / distance functions?
Thank you.