@KenneyNL Dude Im sorry you have to experience this. Your assets are the best man. I got so much value from it teaching game programming at my uni. Thank you so very much. Ill make sure not one of my student ever do something disrespectful like this.
@NathanGDQuest Hi, I'm already using Godot in my uni to teach students game programming since 3.0. all thanks to u guys. Greetings from Maranatha christian university Bandung Indonesia. Oh and I also create Godot tutorial with bahasa on youtube
It's impressive how many professors came to see us at GDC, looking to teach Godot. We even met with the education team at Epic (Unreal engine).
If you're looking to teach Godot in your school or college, please get in touch! We want to help.
4 years of development.
12,000 merged pull requests.
7,000 fixed issues.
1,500 individual contributors across engine and docs.
Godot 4.0 sets sail NOW! ⛵️
A complete overhaul. A solid foundation to build upon. #GodotEnginegodotengine.org/article/godot-…
@vatsuko <script src="build/three.js"></script>
<script>
...
</script>
Is easier than this?
<script type="module">
import * as THREE from 'build/three.module.js';
...
</script>
@PlanetVoodoo@aframevr i seem to be losing my material color if i'm using the phong-reflector and can't seem to get it back, am i somehow using it wrong ?