summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vis: add options for the clr color, blending and z-buf and a-buf.rodri2024-08-133-13/+101
* use the new readobjmodel function.rodri2024-08-073-15/+6
* update the readme and add the african_head model.rodri2024-08-0312-1/+10342
* debug/plmon: info prints and a minor correction.rodri2024-08-021-1/+6
* vis: use the new viewport upscale interface.rodri2024-08-021-13/+22
* improve redraw responsiveness.rodri2024-07-203-10/+17
* update readme.rodri2024-07-151-2/+5
* vis: don't allow peeking outside the framebuffer.rodri2024-07-151-0/+2
* vis: add viewport upscaling support.rodri2024-07-141-11/+32
* fixes.rodri2024-07-144-14/+26
* use the new camera interface. solar got faster with backface culling.rodri2024-07-134-134/+127
* vis: add knobs to control culling.rodri2024-07-131-0/+21
* fix the toon shader.rodri2024-07-131-1/+5
* get rid of redundant draw lock and adapt to libgraphics changes.rodri2024-07-133-50/+33
* adapt to recent changes in libgraphics.rodri2024-07-093-30/+20
* adapt to the new texture interface and fix the identvshader.rodri2024-07-052-16/+20
* med,vis: fix normal map sampling.rodri2024-07-042-4/+6
* vis,med: make qball rotations position-independent.rodri2024-06-162-9/+44
* vis: add some instrumentation to debug the framebuffers.rodri2024-06-142-1/+39
* use the new modulapt3 functions. don't clamp in the shaders.rodri2024-06-133-114/+80
* add more info to the readme.rodri2024-06-071-0/+11
* update the readme with a list of tools and their usage.rodri2024-06-071-3/+74
* add skyboxes based on cubemaps.rodri2024-06-0617-23/+51
* vis: same as previous commit, and add normal mapping to the phong shader.rodri2024-06-041-29/+53
* med: the qball now changes the model's rframe orientation.rodri2024-06-041-24/+25
* add a material file for the diablo3 model.rodri2024-06-042-0/+10
* get rid of rendering latency by decoupling it from i/o.rodri2024-05-233-41/+105
* fix the gouraud shader. improve the cube generator in med.rodri2024-05-233-62/+97
* began work on a model editor. add two more models.rodri2024-05-225-0/+1034
* solar: add planet selection.rodri2024-05-201-12/+88
* add the diablo3 model.rodri2024-05-188-0/+13340
* add a triangular basis and clamp the fov to [1,180]°.rodri2024-05-162-2/+13
* fix the qball.rodri2024-05-155-30/+24
* use real lengths in solar. bring a qball for vis.rodri2024-05-147-57/+183
* solar: add a button to select the ephemeris date.rodri2024-05-131-25/+64
* began work on a solar system planetarium.rodri2024-05-1215-0/+2392
* debug/plmon: close the Biobuf after loading the file.rodri2024-05-111-0/+1
* debug/plmon: paint selected timeslots differently and add an MMB quit option.rodri2024-05-101-2/+27
* vis: print pipeline timings to stderr when profiling.rodri2024-05-071-0/+6
* debug: add a pipeline monitor.rodri2024-05-072-0/+378
* mkfile: clean all the targets.rodri2024-05-031-1/+1
* adapt to the recent changes in libgraphics. add new test files.rodri2024-05-035-27/+53
* mkone → mkmanyrodri2024-04-242-4/+5
* fix alpha channel value in the fragment shaders.rodri2024-04-181-3/+3
* add a way to control zoom with the keyboard.rodri2024-04-112-8/+26
* use the new renderer interface.rodri2024-03-251-5/+9
* add a fake Keyboardctl filled by kbdproc. reset camera stats when switching s...rodri2024-03-212-5/+23
* fix the empty dir issue for good.rodri2024-03-171-3/+2
* implement actual gouraud (phong on the vertex shader).rodri2024-03-161-38/+103
* add models, textures and other assets.rodri2024-03-0620-0/+13798