nomadiclove Posted December 16, 2017 Share Posted December 16, 2017 int handle = pcopen(0,"P",@P,@pscale,ch("maxpoints")); why no effect? Quote Link to comment Share on other sites More sharing options...
Noobini Posted December 16, 2017 Share Posted December 16, 2017 you'd get a warning....rclick to read... it boils down to ch("maxpoints").....ch is float....but it wants an integer...ie how many points, not how many 'fraction' of points so use chi() instead for int channel Quote Link to comment Share on other sites More sharing options...
nomadiclove Posted December 17, 2017 Author Share Posted December 17, 2017 the problem is same when using chi(); I guess the search radius must be constant??? Quote Link to comment Share on other sites More sharing options...
Noobini Posted December 17, 2017 Share Posted December 17, 2017 what about now using ch("radius") instead of pscale so you can adjust/dial in whatever you want ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.