in reply to Re^5: Creating X BitMap (XBM) images with directional gradients
in thread Creating X BitMap (XBM) images with directional gradients
A "standard polygon mesh" object creates questions. Would you go with each vertex is specified as a 3-float coordinate? Or as an index into a separate list of such coordinates? Would you store all the faces in a single such object, or have a memory-inefficient Perl array of SVs? Would the data be packed? How would you do extensions like textures? These aren't insoluble, but they give me the sinking feeling of knowing that people will want to write huge slabs of XS code instead of just using PDL because they have objections to the idea of dependencies (although depending on Math::Vector::Real is somehow still fine ;-).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Creating X BitMap (XBM) images with directional gradients
by NERDVANA (Priest) on Aug 15, 2024 at 00:31 UTC | |
by etj (Priest) on Aug 15, 2024 at 01:56 UTC |