Noah | Nowipi
Noah | Nowipi
JCHJava Community | Help. Code. Learn.
Created by 𝓐pothicon on 11/11/2024 in #java-help
Removing roll from camera matrix
Just don't rotate on the roll axis
23 replies
JCHJava Community | Help. Code. Learn.
Created by 𝓐pothicon on 11/11/2024 in #java-help
Removing roll from camera matrix
I don't understand
23 replies
JCHJava Community | Help. Code. Learn.
Created by 𝓐pothicon on 11/11/2024 in #java-help
Removing roll from camera matrix
Does the default constructor of Matrix4f return an identity matrix?
23 replies
JCHJava Community | Help. Code. Learn.
Created by 𝓐pothicon on 11/11/2024 in #java-help
Removing roll from camera matrix
Then don't rotate it
23 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
:hidethepain:
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
the background needs to have a white rgb value so I don't need to switch textures for rendering anyrhing other than text
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
I am creating a bitmap for textrendering btw
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
the only 'real' drawing I need to perform is drawString
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
I mentioned fillRect
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
yeah
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
not if you interpret rgba data differently
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
I need it though
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
would it make a difference if I did it after my regular drawing procedures?
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
but before I do my regular drawing procedures
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
because I also tried that
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
are you talking about buffered image's setRGB method?
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
maybe it's a compression thing?
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
but that creates an image with 0 0 0 0 rgba as background
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 2/29/2024 in #java-help
PNG with white background but 0 alpha
I already tried g.fillRect with setColor as 1f 1f 1f 0f
27 replies
JCHJava Community | Help. Code. Learn.
Created by Noah | Nowipi on 1/22/2024 in #java-help
Swing paint method not getting called
but yeah I think that did it
14 replies