How to

Blitz3D Forums/Blitz3D Programming/How to

Guy Fawkes(Posted 2014) [#1]
Hi all. I was wondering if there's a function in the code archives or floating around somewhere that can grab and "download" embedded multiple textures inside a 3D model.

Thanks all for the help! :)

Have a GREAT evening!

Sincerely,

~GF


Guy Fawkes(Posted 2014) [#2]
Can someone please assist?

Thank You very much! :)

Sincerely,

~GF


stayne(Posted 2014) [#3]
Did you really just ask us to browse through the code archives for you?


Guy Fawkes(Posted 2014) [#4]
No. Now if you're not going to help, please leave this thread and don't come back.

I ignore trollzzzzzzzzzzzzzzzzzzzzzz :)


Yue(Posted 2014) [#5]
@Stayne
That's what these forums are to ask and offer help to users who need it, if you are someone who knows everything and does not help, just do not come to this place to make stupid things.


angros47(Posted 2014) [#6]
What do you mean? Usually a texture is a separate file, it's not embedded in the model (the model has only the name of the file, that is loaded when you load the model)


Rroff(Posted 2014) [#7]
You can walk the brushes/surfaces in a model and get the name of the texture file to load but most model formats don't embed texture data itself in the model file.


Yue(Posted 2014) [#8]
GetBrushTexture??


Guy Fawkes(Posted 2014) [#9]
Thanks guys! :)

In that case, that is going to make finishing my program much... MUCH easier! :)