Skip to content

Instantly share code, notes, and snippets.

View madjin's full-sized avatar

jin madjin

View GitHub Profile
@madjin
madjin / no_specular.py
Created April 6, 2023 00:35
remove specular from model in blender
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
@madjin
madjin / 2025.json
Created April 5, 2023 15:45
JSON export of a Voxels costume with some wearables
{
"id": 2025,
"wallet": "0x33debb5ee65549ffa71116957da6db17a9d8fe57",
"attachments": [
{
"bone": "Head",
"uuid": "99977ffa-fb7a-4070-91bc-0ca1d9e2279f",
"scaling": [
0.35,
0.35,
{
"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",
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/
@madjin
madjin / 3box.md
Created September 1, 2020 01:57
3box verification

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/

@madjin
madjin / crosslink.md
Last active April 13, 2022 16:36
Cross-Linking Virtual Worlds

Keybase proof

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:

@madjin
madjin / janusvr-cheatsheet
Last active May 27, 2018 22:39
Quick reference to examples and code from the janusvr documentation.
## ----------- BASIC ----------- ##
<html>
<body>
<!--
<FireBoxRoom>
<Assets>
</Assets>
<Room>
</Room>