ShivamKR12
ShivamKR12
screen resolution: (1366, 768) Known pipe types: wglGraphicsPipe (3 aux display modules not yet loaded.) :pnmimage:png(warning): iCCP: known incorrect sRGB profile :ffmpeg(warning): Estimating duration from bitrate, this may be inaccurate...
Traceback (most recent call last): File "c:\Users\Shivam\Desktop\voxel 3d\Zelda-main\01 - level\1 - level\code\main.py", line 29, in game = Game() ^^^^^^ File "c:\Users\Shivam\Desktop\voxel 3d\Zelda-main\01 - level\1 - level\code\main.py", line 14, in __init__...
@mandaw2014 hii man, greate game. it inspired me alot. could you please tell me how i cn add my own car models into the game.( its a bit too complicated...
PS C:\Users\Shivam\Desktop\voxel 3d\Rally-master> py main.py Hello from the Rally Server! warning: Tried to instantiate Entity before Ursina. Please create an instance of Ursina first (app = Ursina()) Traceback(filename='C:\\Users\\Shivam\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages\\ursina\\audio.py', lineno=17, function='__init__',...
PS C:\Users\Shivam\Desktop\voxel 3d\Rally-master> py main.py Hello from the Rally Server! warning: Tried to instantiate Entity before Ursina. Please create an instance of Ursina first (app = Ursina()) Traceback(filename='C:\\Users\\Shivam\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages\\ursina\\audio.py', lineno=17, function='__init__',...
This PR introduces a new submodule under ursina/onscreen: - `touch_control.py` defines: - `InputHandler` for unified keyboard/mouse or on-screen touch controls. - `VirtualJoystick` and `VirtualButton` classes. - `__init__.py` exports these as...
ok, so i have been trying to load a .glb/.gltf model into panda3d which has some animations in it. but, for some unknown reasons, it would always have missing textures...
AssertionError `has_mat()` in `transformState.I` when loading a GLB model with Ursina & Panda3D 1.11
**Description:** When running my Ursina-based game with Panda3D **1.11.0.dev3596**, loading any GLB model consistently triggers an `AssertionError: has_mat()` in Panda3D’s `transformState.I`. The same model and code load without issue under...
## Description when loading the `.fbx` model in panda3d using the `Actor` class ( since the model had animations ), it would give errors like `:assimp(error): Failed to triangulate polygon...
```bash PS D:\ursina\ursina> python prefabs/button.py info: Using primary monitor: Monitor(x=0, y=0, width=1366, height=768, width_mm=344, height_mm=193, name='\\\\.\\DISPLAY1', is_primary=True) :prc(warning): Invalid integer value for ConfigVariable win-size: 614.4000244140625 :prc(warning): Invalid integer value for...