Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TheMachine02

Pages: 1 ... 7 8 [9] 10 11 ... 32
121
TI Z80 / Re: GLIB a graphics axe 3d librairy
« on: January 02, 2014, 10:56:26 am »
yes, basically, it's not so diffcicult, because the dithering I apply is on pxl level. If I treat black texture part as a maximum lightning value, and white as the lowest + ambient value, applying the dithering algorithm will give me a combinaison of texture and lightning :P . However, speed will be very affected.

122
TI Z80 / Re: GLIB a graphics axe 3d librairy
« on: January 02, 2014, 10:53:11 am »
I am on it, as well as some sort of gouraud shading : one lightning value at each vertex, and some interpolation in the triangle  ;D

123
TI Z80 / Re: GLIB a graphics axe 3d librairy
« on: January 02, 2014, 10:48:46 am »
dithering and lightning ! , 6MHz thing.


124
Other Calculators / Re: [AXE] Little contest :D
« on: January 02, 2014, 06:01:30 am »
yep  <_< . So classement change, and I am out (lol I always knew that I am not really good at optimize code for size  :P )

125
Other Calculators / Re: [AXE] Little contest :D
« on: January 02, 2014, 05:55:26 am »
actually, Y+r2 and 63 is correct, cause the pxl-on routine do a ^256 on the Y coordinate.

126
Other Calculators / Re: [AXE] Little contest :D
« on: January 02, 2014, 05:32:58 am »
O_o and what is it ?

127
Other Calculators / Re: [AXE] Little contest :D
« on: January 02, 2014, 05:17:52 am »
here is mine :

Code: [Select]
[AA55AA55AA55AA55]→pic0

While 1

    For(8)^r
      →r1
      pic0
         For(8)^r
            If {→r2}er1
               pxl-on(r1+X^96,Y+r2 and 63)
            End
            r2+1
         End
      r1+1
     End

getKey(1)-getKey(4)+Y→Y
getKey(3)-getKey(2)+X→X

DispGraphClrDraw
EndIf getKey(15)


316 compiled, 324 with VAT

128
Other Calculators / Re: [AXE] Little contest :D
« on: January 01, 2014, 10:36:57 am »
seem that no matter what I do, can't get it lower than 324 bytes  :P . Oh but wednesday is today isn't it ?  :w00t:

129
Axe / Re: Axe Q&A
« on: December 31, 2013, 01:20:49 pm »
Does someone willing to create a pretty hard routine ?

The goal is to do a clipped line routine with both x,y in range [-5000],[5000] ; I've tried but overflow is beating me all time ...  :P

130
look great  :D . The only thing who surprise me is that you have only 10 vertices displayed, and that it doesn't run so fast ...  :P   :troll:
An other thing : can't you check the sign of thing like X2-X1 to see if face need to be remove or not ?

131
Other Calculators / Re: [AXE] Little contest :D
« on: December 29, 2013, 07:37:59 am »
yeah  :P I'm at 324 but I can't get it lower, even though I sense there still optimizations...

132
TI Z80 / Re: [Axe] - GLib TUTO
« on: December 28, 2013, 12:55:26 pm »
Maybe a very simple one is possible  :P . Anyway, I am really impressed that it run so fast (60 vertices are rotated and projected each frame) .... and it's me who say that  :P

* TheMachine02 hides

133
The Axe Parser Project / Re: Axe Parser on 84+CSE ?
« on: December 28, 2013, 12:53:08 pm »
no cause pixel format are different. On non-color calc, pixel are one bit, but on color calc I guess it's 8 bit. So you really need to recode all graphic command, and not only changing screen dim.

134
TI Z80 / Re: GLIB a graphics axe 3d librairy
« on: December 28, 2013, 12:49:39 pm »
See what happenes to the speed after that, and if it's too slow, use crabcake for the huge binary.

Guess anyway that 3D will mostly be used in very big project, so crabcake is fine  :P

135
Other Calculators / Re: [AXE] Little contest :D
« on: December 28, 2013, 12:48:19 pm »
niki you know that 330>326 right ? cause you scary me  :P

Pages: 1 ... 7 8 [9] 10 11 ... 32