getting an rgb value with a linepick

Blitz3D Forums/Blitz3D Programming/getting an rgb value with a linepick

skyfire1(Posted 2005) [#1]
could anyone tell me how to get an rgb value from a linepick? i did some searching but i found nothing. any help is appreciated.


jfk EO-11110(Posted 2005) [#2]
camerapick and readpixel maybe


skyfire1(Posted 2005) [#3]
using [b]linkpick()[b], not camerapick().


Sledge(Posted 2005) [#4]
Modify either of the following to taste...

http://www.blitzbasic.com/codearcs/codearcs.php?code=515

http://www.codersworkshop.com/viewpost.php?id=37831#37831


skyfire1(Posted 2005) [#5]
thanks.


Pinete(Posted 2005) [#6]
Please, How could I know how to access to the texture of
a .b3d model?
I have the same problem (or similar) and I've also posted..

thanks in advance!


big10p(Posted 2005) [#7]
Pinete: look at the commands GetEntityBrush, GetSurfaceBrush and GetBrushTexture.


Pinete(Posted 2005) [#8]
I will go for it, thanks big10p!