I hereby claim:
- I am madjin on github.
- I am madjin (https://keybase.io/madjin) on keybase.
- I have a public key whose fingerprint is 85AE DEDA B87A 0D9F E72B 87F1 CF73 4253 8991 1721
To claim this, I am signing this object:
| ## ----------- BASIC ----------- ## | |
| <html> | |
| <body> | |
| <!-- | |
| <FireBoxRoom> | |
| <Assets> | |
| </Assets> | |
| <Room> | |
| </Room> |
I hereby claim:
To claim this, I am signing this object:
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreif3o7hi46xpm7b3gugxkh5seqtj5mow4gsv6dzhwcvmq4ut6z5pue ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
| Pulled from: https://readyplayer.me/apps | |
| https://animaze.tv/rpmanimaze | |
| https://hiberworld.com/ | |
| https://www.tcl.com/de/de.html | |
| https://immersedvr.com/ | |
| https://www.liv.tv/ | |
| https://www.meetinvr.com/ | |
| https://www.mona.gallery/ | |
| https://disruption.global.ntt/ |
| { | |
| "chest": "mixamorig:Spine1", | |
| "head": "mixamorig:Head", | |
| "hips": "mixamorig:Hips", | |
| "leftFoot": "mixamorig:LeftFoot", | |
| "leftHand": "mixamorig:LeftHand", | |
| "leftLowerArm": "mixamorig:LeftForeArm", | |
| "leftLowerLeg": "mixamorig:LeftLeg", | |
| "leftUpperArm": "mixamorig:LeftArm", | |
| "leftUpperLeg": "mixamorig:LeftUpLeg", |
| { | |
| "id": 2025, | |
| "wallet": "0x33debb5ee65549ffa71116957da6db17a9d8fe57", | |
| "attachments": [ | |
| { | |
| "bone": "Head", | |
| "uuid": "99977ffa-fb7a-4070-91bc-0ca1d9e2279f", | |
| "scaling": [ | |
| 0.35, | |
| 0.35, |
| import bpy | |
| for mat in bpy.data.materials: | |
| if not mat.use_nodes: | |
| mat.specular_intensity = 0 | |
| continue | |
| for n in mat.node_tree.nodes: | |
| if n.type == 'BSDF_PRINCIPLED': | |
| n.inputs["Specular"].default_value = 0 |
| import bpy | |
| import sys | |
| import os | |
| def unwrap_and_bake_texture(obj, bake_resolution): | |
| # Select the object | |
| bpy.ops.object.select_all(action='DESELECT') | |
| obj.select_set(True) | |
| bpy.context.view_layer.objects.active = obj |
| { | |
| "assetsLocation": "./sprite-atlas-assets/", | |
| "animationsDirectory": "/animations/", | |
| "backgroundColor":[0,0,0,0], | |
| "atlasWidth":128, | |
| "atlasHeight":128, | |
| "screenshotOffset":[-1,0.5], | |
| "topFrameOffset":0.2, | |
| "bottomFrameOffset":0.2, | |
| "pixelStyleSize":2, |