Pages

vineri, 22 mai 2020

Another topographic map.

This time, I found another website with topographic maps.
You can see my location on the map online.

luni, 18 mai 2020

Hubs the online VR platform by Mozilla team

Today I will show you a great social environment build on VR platform by Mozilla team.
They tells us about this online web tool named Hubs:
Hubs is a social VR platform that runs right in your browser.With Hubs you can create your own virtual space with a single click and invite others to join using a URL. No installation process or app store required.
Watch videos with friends, give presentations, or meet with colleagues remotely.Hubs makes it easy to connect with others and share images, videos, 3D models, and more.
Hubs works across platforms.Got a VR headset? Awesome! If not, you can use your desktop computer, laptop, tablet, or mobile device.
Hubs is open source and customizable.You can choose how you represent yourself by uploading your own avatar, and build your own world using Hubs' environment editor Spoke.
This great online tool and you can read more about the whats-new webpage.
Spoke is an online 3D scene editor developed by the Mozilla Mixed Reality team and let you to build your own scenes for Hub.
You can test my chat room I build it.
To custom your avatar use the template from the GitHub project and this online tool.

duminică, 17 mai 2020

Godot 4.0 : New features for godot game engine.

I used this game engine with the property scripting code GDScript and is easy to learn.
This is an procedual programming scripting language without OOP features.
The Godot game engine can be used with C# programming language.
Now, the author of this article name Juan Linietsky comes with news:
Yes, indeed. Godot 4.0 will also have a very cool Voxel based real-time GI.

Still, that is a different technique aimed at different use cases. Lightmaps offer significant advantages over any other technique when the following requirements are met:

  • Performance above anything else (for mobile, lightmaps are still a must-have)
  • Quality above anything else (no light leaking, ideal for architecture)
  • Lighting will not change (lights won't move)

If these requirements are met, then lightmapping is probably the best for you.

On this official youtube channel the author show us the result of these features.
You can download this engine from the official webpage.