Author Topic: Caballero's drawer  (Read 56874 times)

daydreamer

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: Caballero's drawer
« Reply #150 on: May 02, 2021, 04:14:27 AM »
great :thumbsup:
back face culling also possible with import few hundred polys?
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

caballero

  • Member
  • *****
  • Posts: 2158
  • Matrix - Noah
    • abre ojos ensamblador
Re: Caballero's drawer
« Reply #151 on: May 02, 2021, 06:13:54 AM »
Of course  :thumbsup:
The logic of the error is hidden among the most unexpected lines of the program

caballero

  • Member
  • *****
  • Posts: 2158
  • Matrix - Noah
    • abre ojos ensamblador
Re: Caballero's drawer
« Reply #152 on: May 12, 2021, 06:10:37 AM »
I have added the Gouraud shading that is, basically, a color gradient over each triangle. The result is a softer shading. But still with some white streaks that I need to fix.
The logic of the error is hidden among the most unexpected lines of the program

caballero

  • Member
  • *****
  • Posts: 2158
  • Matrix - Noah
    • abre ojos ensamblador
Re: Caballero's drawer
« Reply #153 on: June 05, 2021, 11:52:03 PM »
Hi, fist attempt on making the Apollonian Gasket
« Last Edit: June 09, 2021, 05:13:01 PM by caballero »
The logic of the error is hidden among the most unexpected lines of the program

caballero

  • Member
  • *****
  • Posts: 2158
  • Matrix - Noah
    • abre ojos ensamblador
Re: Caballero's drawer
« Reply #154 on: June 09, 2021, 03:38:00 AM »
nearly
« Last Edit: June 09, 2021, 05:12:48 PM by caballero »
The logic of the error is hidden among the most unexpected lines of the program

HSE

  • Member
  • *****
  • Posts: 2499
  • AMD 7-32 / i3 10-64
Re: Caballero's drawer
« Reply #155 on: June 09, 2021, 05:25:08 AM »
Hi caballero!!

I was trying to see how you solved z-order in 6.1.9.14. Atractor de Aizawa.But not, you don't solved (yet?).

Regards, HSE
Equations in Assembly: SmplMath

caballero

  • Member
  • *****
  • Posts: 2158
  • Matrix - Noah
    • abre ojos ensamblador
Re: Caballero's drawer
« Reply #156 on: June 09, 2021, 05:12:02 PM »
@HSE. Short memory, sooooo, the truth is in the code

Something strange still remains   :eusa_pray:
The logic of the error is hidden among the most unexpected lines of the program

HSE

  • Member
  • *****
  • Posts: 2499
  • AMD 7-32 / i3 10-64
Re: Caballero's drawer
« Reply #157 on: June 09, 2021, 11:01:36 PM »
@HSE. Short memory, sooooo, the truth is in the code

 :biggrin: Binary working wrong, little truth in the code is.
Equations in Assembly: SmplMath

daydreamer

  • Member
  • *****
  • Posts: 2398
  • my kind of REAL10 Blonde
Re: Caballero's drawer
« Reply #158 on: June 10, 2021, 07:48:05 PM »
@HSE. Short memory, sooooo, the truth is in the code

 :biggrin: Binary working wrong, little truth in the code is.
zbuffer simpler solution?
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

HSE

  • Member
  • *****
  • Posts: 2499
  • AMD 7-32 / i3 10-64
Re: Caballero's drawer
« Reply #159 on: June 10, 2021, 08:40:28 PM »
zbuffer simpler solution?
That is the solution that fails.
Equations in Assembly: SmplMath

caballero

  • Member
  • *****
  • Posts: 2158
  • Matrix - Noah
    • abre ojos ensamblador
Re: Caballero's drawer
« Reply #160 on: June 13, 2021, 11:44:18 PM »
Ok, now it is correct. The point is that if you set the generating spheres by eye, the algorithm can cause gaps between the following spheres. The generating spheres must be perfectly tangent.
The logic of the error is hidden among the most unexpected lines of the program

caballero

  • Member
  • *****
  • Posts: 2158
  • Matrix - Noah
    • abre ojos ensamblador
Re: Caballero's drawer
« Reply #161 on: January 02, 2022, 02:09:21 AM »
The logic of the error is hidden among the most unexpected lines of the program

Siekmanski

  • Member
  • *****
  • Posts: 2720
Re: Caballero's drawer
« Reply #162 on: January 02, 2022, 07:24:31 AM »
 :cool: Cool tune...  :cool:
Creative coders use backward thinking techniques as a strategy.

caballero

  • Member
  • *****
  • Posts: 2158
  • Matrix - Noah
    • abre ojos ensamblador
Re: Caballero's drawer
« Reply #163 on: March 05, 2022, 08:59:42 AM »
Just for fun, 3 types of tunnels
The logic of the error is hidden among the most unexpected lines of the program