Skip to content

Instantly share code, notes, and snippets.

View Kwizatz's full-sized avatar
🏎️
Trying to build some momentum.

Rodrigo Hernandez Cordoba Kwizatz

🏎️
Trying to build some momentum.
View GitHub Profile
@Kwizatz
Kwizatz / binfbx.md
Last active October 14, 2021 15:55
Remedy's binfbx file format specification.

Intro

This document tries to describe the binary structure of Remedy's Control video game 3d mesh format with extension .binfbx.

This research is based on the previous on a Blender imported work by user 'volfin' at xentax forums: https://forum.xentax.com/viewtopic.php?f=33&t=21047&start=45#p156665 Most credit goes to them.

While the extension of the format suggests a relation with the known FBX file format the similarity seems start there and end at how strings are stored within the file.

@Kwizatz
Kwizatz / VertexPaintMaterials.py
Last active March 20, 2019 00:32
Blender script to paint OBJ file vertices with material diffuse color and export as AeonEngine mesh.
#!/bin/blender -b -P
import bpy
import mathutils
import glob
# This was created to work with Kenney's 3D objects (http://kenney.itch.io/kenney-donation),
# but should work with any other OBJ files.
# This is a batch script, run in a folder containing at least one 3d .obj file as follows:
# blender -b -P VertexPaintMaterials.py