Knightro

Results 46 comments of Knightro

Hi @ShakeelKhalid1913, To make it more generic between each animation use a counter for what animations you are on instead of the currentDuration and const Duration(seconds: 3) for the timer....

Hi @ShakeelKhalid1913, Looks like you need to update flutter_gl in path 'C:\Users\shake\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_gl-0.0.21\android\build.gradle'. Please change the file to this. ```gradle group 'com.futouapp.flutter_gl.flutter_gl' version '1.0-SNAPSHOT' buildscript { ext.kotlin_version = '1.7.20' repositories {...

Hi @ShakeelKhalid1913 , Check to make sure threeegl.aar is in 'E:/Projects/FYP/flutter_three/android/app/libs/aars/threeegl.aar'. If it is not go get from 'three_dart/example/android/app/libs/aars' and place it in 'E:/Projects/FYP/flutter_three/android/app/libs/aars'.

> Finally.. it works. Thank you so much for you help and kindness sir. if I have any query I will certainly approach you. I had now completely lost all...

Hi @ShakeelKhalid1913, Please go to [here](https://github.com/Knightro63/three_dart/blob/main/example/lib/loaders/webgl_loader_gltf.dart) or [here](https://github.com/Knightro63/three_dart/blob/main/example/lib/controls/misc_controls_orbit.dart) for the examples of orbit controls. As for the background image in your initPage function add this code. ```dart var textureLoader =...

Hi @ShakeelKhalid1913, While this question is not related to this issue, you have a couple of problems with the code you posted on stack. I am unsure of what you...

Hi @hasnentai, You will need to enable Cache for this to work. In you main.dart file add `Cache.enabled = true;`. If you notice any issues let me know as I...

Hi @Norbert515, I have tried to mimic your error, but have not succeeded. I was wondering what type of mac you are using. I have ran this on both an...

Hi @kbot, Yes I did notice this as well. While they are working on getting a new version out could you please use this version of the repo. ```yaml flutter_gl:...

AliImrangang I was having the same problem with three_dart 0.0.16 and three_dart_jsm 0.0.10. If you downgrade to three_dart 0.0.14 and three_dart_jsm 0.0.9 it seems to work.