Pages

Se afișează postările cu eticheta 3D. Afișați toate postările
Se afișează postările cu eticheta 3D. Afișați toate postările

sâmbătă, 18 ianuarie 2025

Godot : Using the Godot on browser.

Note: You can add your zipped project by using the drag-and-drop browser feature!
Then you can edit the project like any project, some export features can missing:

Shadertoy : ... shader SpaceX's 7th Starship test by XorDev .

"Starship" by @XorDev Inspired by the debris from SpaceX's 7th Starship test: https://x.com/elonmusk/status/1880040599761596689

miercuri, 15 ianuarie 2025

News : Online tools and artificial intelligence by meshy.

This online tool use artificial intelligence to help with some features.
You can test free or paid, for 3D conversion from image to 3D object you can download a blend file type without animation.
I tested with a web photo and works well, the result is an low poly 3D model ...

sâmbătă, 11 ianuarie 2025

Blender 3D : How to Extract Marvel Rivals 3D Model and Use in Blender.

For those who are Marvel Rivals fans or study gaming files, here is a useful video tutorial.

sâmbătă, 4 ianuarie 2025

Blender 3D : Making UV Maps in Geometry Nodes

... from CartesianCaramel another new video tutorial with this new feature in Blender 3D :

duminică, 29 decembrie 2024

Blender 3D : ... all available nodes !

An old surce code in python for Blender 3D to see available nodes :
import bpy

node_tree = bpy.context.object.active_material.node_tree

location_x = 0
location_y = 0

for type in dir(bpy.types):
    real_type = getattr(bpy.types, type)
    if issubclass(real_type, bpy.types.ShaderNode):
        try:
            node = node_tree.nodes.new(type)
            node.width = 250
            node.location = (location_x, location_y)
            location_x += 300
            if location_x > 3000:
                location_x = 0
                location_y -= 600
        except:
            pass

miercuri, 25 decembrie 2024

Abandoned games - the perfect recipe !

If you search on youtube with terms "abandoned games" you will find a lot of abandoned games with play areas without real players.
It is a negative factor in the development of a game type product and is real and quantifiable ...
These abandoned games are an overly pretentious point of view, and can mislead a potential supporter of a game development project.
From my point of view, the risk of creating and marketing a game is similar to a new product launched in marketing...
After all, let's think a little differently to understand: you want to launch some kind of commercial product: a cake, a new vehicle, a battery, a hat, a cap, an urban architecture project... Whatever you want, you will take the necessary steps to promote. Now create an online or computer game to promote this product... you will better understand why abandoned games are actually projects completed over periods of time with well-defined purposes...
From the point of view of design and development of projects in games, some youtube channels and videos can be real sources in the case study of the development of a game project. Let's see some examples:
Many hours of example with abandoned game from Redlyne .
Another good video from globert.

luni, 9 decembrie 2024

News : Holiday Deals at CORSAIR! | Out-of-this-World's Savings

miercuri, 16 octombrie 2024

News : Inkscape 1.4 released .

The Inkscape official youtube channel don't have a video with this new released version.

duminică, 15 septembrie 2024

News : KDE Plasma 6.2, Gnome 47 RC and the KDE Frameworks 6.6.

Linux distros comes with new released graphic user interface, you an find some videos on the LinuxNetwork youtube channel.

sâmbătă, 14 septembrie 2024

Palia | Sunset Soirée Update Trailer ...

... last video from three weeks ago ... Palia now on Steam, Epic, and Nintendo Switch: https://palia.com

vineri, 23 august 2024

News : Cyberpunk 2077 goes Hyper-Realistic ... 8K video demo real!

This is an 8K video ... see on NextGenDreams - youtube channel !
They have this hardware:
Everything is recorded on this system:
Chassi: NZXT Elite H5 Black
MB: NZXT Z790 Black
GPU: Nvidia Geforce RTX 4090 (MSI SUPRIM)
CPU: Intel Core i9-13900KS
RAM: Corsair 64GB DDR 5 6000MHz CL30
Cooling System: NZXT Kraken Elite 240 Black
SSD: Samsung 990 PRO M.2 NVMe 2TB

joi, 15 august 2024

News : Godot 4.3 new released.

With over 3,500 commits authored by over 500 contributors, the latest Godot Engine release comes packed full of new features and
Read more on the official webpage.

sâmbătă, 13 iulie 2024

GitHub : Single Images with Multi-View Pose Calibration ...

On this GitHun repo you can find the CharacterGen: Efficient 3D Character Generation from Single Images with Multi-View Pose Calibration