tugalsan karabacak
tugalsan karabacak
If you are a newbea about maven achtypes like me;  here is a summary tutorial for you. I wish i would know a little about gradle: My maven...
@Fohlen Did i understand correctly? As a first step, https://docs.oracle.com/javase/specs/jvms/seXXX/html/index.html site needs to be compared. I created a HelloWorld project with Java22 and it worked https://github.com/tugalsan/com.tugalsan.tst.yguard . I am so...
Yea, pom has a problem, it was 21 eventually, my bad.
I am trying to find where SkeletonUtils is located. It make take a while... Are you positive that, SkeletonUtils.java/class is in either three4g-0.102.jar or three4g-extensions-0.102.jar in maven? I know it...
@treblereel I am sorry. I feel I am blind :) Dependency view: Import view: checking pom versions...
My bad. It wasnot in three4g-extensions-0.102.jar. It was in three4g-extensions-0.105.jar I am trying to figure out why I cannot compile, the very same code, with new three4g-0.105.jar three4g-extensions-0.105.jar libraries.... Update:...
Hello, I have studied three4g library examples... As burl21 suggested i solved this problem by adding a class to reach js files. ```javascript package org.treblereel.gwt.three4g.extensions.resources; import com.google.gwt.core.client.GWT; import com.google.gwt.core.client.ScriptInjector; import...
Please reproduce the error with this, when you have free time. [AutoSQLWeb.zip](https://github.com/treblereel/three4g/files/4809429/AutoSQLWeb.zip)
I will do it today... and report back to you
> @tugalsan could you try something like : > > ``` > loader.load("models/gltf/LittlestTokyo.glb", object -> { > Scene scene = Js.uncheckedCast(Js.asPropertyMap(object).get("scene")); > > DomGlobal.console.log("isScene " + scene.isScene); > }); >...