špothicon
Explore posts from serversJCHJava Community | Help. Code. Learn.
ā¢Created by špothicon on 11/11/2024 in #java-help
Removing roll from camera matrix
I have a camera class which is just this:
and it works, but I want to eliminate the roll from the matrix somehow.
23 replies
JCHJava Community | Help. Code. Learn.
ā¢Created by špothicon on 10/27/2024 in #java-help
Figuring out path to resources in built jar
Im currently doing this to read my shader files:
and it works when just testing in intellij, but if i build the jar it no longer works as the src/main/resources part of the path doesnt exist. Any solutions?
11 replies
JCHJava Community | Help. Code. Learn.
ā¢Created by špothicon on 8/2/2024 in #java-help
Repositioning objects to stay in the same position relative to each other when rotated.
10 replies
JCHJava Community | Help. Code. Learn.
ā¢Created by špothicon on 6/14/2024 in #java-help
Implementing Desmos Function into Java
78 replies
JCHJava Community | Help. Code. Learn.
ā¢Created by špothicon on 3/9/2024 in #java-help
Get progress of int between two other ints.
I have three integers, min, max, and value. Value is always between min and max, but I need to figure out how to get a double that represents how "far along" the value is from min to max.
For example:
Min: 0
Max: 100
Value: 69
would return 0.69 as it is 69% between 0 and 100.
I just need help on the math required for this.
I just need help on the math required for this.
6 replies
JCHJava Community | Help. Code. Learn.
ā¢Created by špothicon on 1/7/2024 in #java-help
Unable to get list of list.
56 replies