Patches item #1851270, was opened at 2007-12-15 11:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507081&aid=1851270...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Cyrille Henry (nusmuk) Assigned to: Nobody/Anonymous (nobody) Summary: newWave to be square
Initial Comment: there is a small incoherence in newWave size. [newWave 10 10] should be draw from -1 to 1, but is draw from -1 to 0.9. [newWave 100 100] is draw from -1 to 0.99.
newWave is the perfect object to be used with vertex shader in order to create complex shape, but it would be easier to use if it is really draw from -1 to 1. (like all other gem object)
this patch make newWave to be draw from -1 to 1 whatever newWave argument (even with : [newWave 20 10].)
so, this patch change a bit newWave size, i hope it will not be rejected for compatibility with older patch. if it is rejected, then i'll certainly make a mesh object that create a simple mesh geometry.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507081&aid=1851270...