B New
B New
https://github.com/RedHenDev/ursina_tutorials/tree/main/isaac_mc
Hi buddy -- very sorry for the slow reply. Try the following first: `this.block = load_model('block.obj') ` Needs to be replaced with: `this.block = load_model('block.obj',use_deepcopy=True)` The use_deepcopy parameter is needed...
After that, in **main.py**, you need to replace `terrain = MeshTerrainClass` with `terrain = MeshTerrainClass()` - The only difference is the brackets. Finally, further down in main.py, you need to...
Looks like 'MeshCraft' can't be found. Make sure your python file (i.e. that contains your MeshTerrainClass class) is called exactly this: **MeshCraft.py** (since that is how you reference it via...
This is awesome! So sorry that I hadn't seen it before now, buddy. Brilliant.
Nice -- this is similar to the original intention, though yours a bit more sophisticated (nice!). Note that pressing 'g' is just for development, i.e. we can control turning off...
Thank you! Will check this out, buddy!
lol -- you know, just caught up in a few things.