Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi Mark, 

I replaced the code: 

tex1=CreateTexture(w,w, tex_color, tex_mipmap_OFF) 

Per:

tex1=CreateTexture(w,w, tex_color Or tex_mipmap_OFF) 

Nothing changed, and then by: tex1=CreateTexture(w,w, tex_color + tex_mipmap_OFF) 

And it had no effect, it remains blurred. Thanks for your attention.

(1 edit)

Hi,

I installed from scratch with blitz3d1109setup.exe, replaced the line of code that was broken and it worked!

Can you try reinstalling Blitz3D from scratch and trying again?

But seriously dude, you should really be using Unity - it's free and it can do anything Blitz3D can do and much more!

Hello, 

I uninstalled the "Blitz3DSetup1108" version and installed "Blitz3DSetup1109" and it worked!!, thank you very much for your help, I am very grateful. 

I prefer Blitz3D to Unity because it's light, fast and powerful, it works on modest machines and the Basic language is wonderful!, thanks.

Yay, good news!

 It kind of suggests this fix has never been in a release before 1109...still, it's there now.