3d

It doesn’t seem necessary at the moment which such little content but eventually I’ll make this page a little more complex, try to categorise my 3d assets and give people the ability to search by tag.

Objects

Objects to go here

Table: (To be constructed)

Title, thumbnail link to image, download 3d asset, open in online asset viewer


Posts

  • Python Model Sword Maker

    Python Model Sword Maker

    Make a variety of sword, knives, hammer/axes, polearms, and much more with only a few lines code. The code is split into 3 libraries:Mesh.py: Tools for processing triangle meshes. The triangle mesh is a list of triangles composed of 3 vertices, each with a corresponding colour (RGB from 0 to 1). Currently the library only […]


  • R5RS Scheme Wavefront .obj (3d Files)

    R5RS Scheme Wavefront .obj (3d Files)

    This library will allow for the easy creation of 3d Wavefront .Obj Files https://en.wikipedia.org/wiki/Wavefront_.obj_file in Scheme. I’ve made sure the code is R5RS compliant, tested under Dr-Racket but I’m pretty sure it should work in MIT-scheme and probably many other dialects.


  • R5RS Scheme 3d Extruder

    R5RS Scheme 3d Extruder

    This is my 3d library, from my personal R5RS build; It requires my .obj library be loaded.At the end I’ve also attached and commented out a few examples and demos. The simplest top-level Function is the surface of revolution, you simply enter a 2d shape as a list of 2d-points (just cons cells, no special […]


Back to top