Search found 57 matches

by Ziltch
Tue Sep 02, 2025 9:19 am
Forum: Bugs - 3D Engine
Topic: [Done] Include 2D Sprites Within a 3D Environment
Replies: 2
Views: 2591

Re: Include 2D Sprites Within a 3D Environment

I came here to report the same.

My code also shows what is going wrong after resizing window.

I do think a way to resize the 3d and enlarge the 2D would be great. But fixing the 2D scaling is more important.

Love that we can now resize the 3D windows now. :D


#Obj3DGridMaterial = 1
Global ...
by Ziltch
Tue Aug 26, 2025 3:54 pm
Forum: 3D Programming
Topic: Vectorial texture and normal map creator
Replies: 8
Views: 969

Re: Vectorial texture and normal map creator

Very clever!!
by Ziltch
Wed Jan 01, 2025 10:22 am
Forum: Bugs - 3D Engine
Topic: >>>>> PB 6.20 -Bugs <<<<<
Replies: 39
Views: 36499

Re: >>>>> PB 6.20 -Bugs <<<<<

I have Noticed Rotatelight now needs mode.
If no mode is given;
[ERROR] RotateLight(): invalid value specified For parameter 'Mode'.
by Ziltch
Mon Dec 16, 2024 7:39 am
Forum: Tricks 'n' Tips
Topic: A very simple SetGadgetColorEx() function [Windows]
Replies: 41
Views: 12807

Re: A very simple SetGadgetColorEx() function [Windows]

Very Useful Code !!!

Thanks for sharing. :D
by Ziltch
Fri Dec 13, 2024 12:46 pm
Forum: Off Topic
Topic: Mark Sibly, creator of Blitzbasic died
Replies: 9
Views: 6302

Re: Mark Sibly, creator of Blitzbasic died

That is very sad.
Still got my Blitz Basic box for the amiga. Liked programming in Blitzmax.
by Ziltch
Fri Dec 13, 2024 3:39 am
Forum: 3D Programming
Topic: 3d resizing aspect ratio
Replies: 4
Views: 4304

Re: 3d resizing aspect ratio

That is easier! It makes sense that the camera needs to also resize with a window resize.
Thanks again.
by Ziltch
Thu Dec 12, 2024 11:46 pm
Forum: 3D Programming
Topic: 3d resizing aspect ratio
Replies: 4
Views: 4304

Re: 3d resizing aspect ratio

Thank you !!!!!!!!!!!!
That is just what I needed.

I totally misunderstood the ResizeCamera command.
by Ziltch
Thu Dec 12, 2024 1:37 pm
Forum: 3D Programming
Topic: 3d resizing aspect ratio
Replies: 4
Views: 4304

3d resizing aspect ratio

We can now resize 3d windows, which is great!
I was wondering if the aspect ratio can be controlled without letterboxing the camera?

Code show the aspect ratio squishing the viewport when the window is resized.


Procedure SizeWindow()
RenderWorld()
FlipBuffers()
EndProcedure


If InitEngine3D ...
by Ziltch
Thu Apr 25, 2024 7:40 am
Forum: Tricks 'n' Tips
Topic: Some Color and Stuff for the EditorGadget...
Replies: 34
Views: 30726

Re: Some Color and Stuff for the EditorGadget...

Just noticed that from 6.02 onwards the EditorGadget is created with plain text mode not rich text mode. This causes this program code to not work.

To fix After
EditorGadget(#Editor, 10, 10, 480, 150)
add
SendMessage_(GadgetID(#Editor), #EM_SETTEXTMODE, 42, 0)

To set the rich text mode back on ...
by Ziltch
Thu Jul 13, 2023 12:38 pm
Forum: 3D Programming
Topic: Landscape v8
Replies: 23
Views: 5901

Re: Landscape v8

WOW !
by Ziltch
Wed Aug 10, 2022 7:45 am
Forum: Tricks 'n' Tips
Topic: BCD 7 segments display
Replies: 6
Views: 1334

Re: BCD 7 segments display

It creates a retro tech look. Very cool !
by Ziltch
Wed Aug 10, 2022 2:26 am
Forum: Tricks 'n' Tips
Topic: PB ASIO Updated for PB6x
Replies: 4
Views: 1599

Re: PB ASIO Updated for PB6x

Wow. Thanks!
by Ziltch
Tue Mar 29, 2022 12:58 am
Forum: 3D Programming
Topic: Raylib4 direct c with pb
Replies: 5
Views: 2537

Re: Raylib4 direct c with pb

That is great!
by Ziltch
Mon Feb 14, 2022 6:29 am
Forum: Tricks 'n' Tips
Topic: shadertoy.com goes Purebasic 5.73/6.00 (all os with PI)
Replies: 10
Views: 4291

Re: shadertoy.com goes Purebasic 5.73/6.00 (all os with PI)

That is great. I have wanted to get a Raspberry Pi.