{"id":840,"date":"2024-08-26T19:04:13","date_gmt":"2024-08-26T19:04:13","guid":{"rendered":"https:\/\/abdoubouam.com\/?p=840"},"modified":"2024-08-26T19:04:13","modified_gmt":"2024-08-26T19:04:13","slug":"devlog-week-35-36","status":"publish","type":"post","link":"https:\/\/abdoubouam.com\/index.php\/2024\/08\/26\/devlog-week-35-36\/","title":{"rendered":"Devlog Week 35 + 36"},"content":{"rendered":"\n<p>I didn&#8217;t want to post week 35 on its own because most of it was spent on the robot model and I didn&#8217;t feel like that&#8217;s worth a devlog on its own. So instead here&#8217;s a summary of what I did in the past 2 weeks.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Mechanics<\/h2>\n\n\n\n<p>I was talking with a friend about how spinning the character is one of the first things I do when playing games, and I thought I should make a reward\/easter egg for it, so I did. Luckily it only took about 1 hour of work, and I think it&#8217;s worth spending some time on funny mechanics and features for players to find.<\/p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"http:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/spin.mp4\"><\/video><figcaption class=\"wp-element-caption\">You get dizzy if you spin too fast.<\/figcaption><\/figure>\n\n\n\n<p>The way this is calculated is by having an &#8220;dizziness&#8221; value (displayed on the top left of the video), which is really just the rotation difference between the previous and current frame (* frame delta to compensate for variable frame rates), multiplied by an arbitrary scalar value I chose, then added to the &#8220;dizziness&#8221; total. At the same time, each frame (again compensating for variable frame rates), a small value value is also subtracted from the variable. That means if you spin a little bit and stop, the dizziness value decreases and will eventually go back to zero, but if you continue spinning and reach the threshold (2 in my case, which triggers at around 3 or 4 seconds of spinning), it will put the player in a dizzy mode, which adds random input to the camera, and also changes the character&#8217;s eye to play the dizziness animation. At the same time the dizziness value is forced to 8 as soon as 2 is crossed, and it will decrease slowly, as long as the player stops spinning. You can remain in a dizzy state forever if you keep spinning, but dizziness will not exceed 8. Once it goes down to 2 it is forced back to 0 immediately, to prevent players from getting immediately dizzy again, because otherwise the value will quickly exceed 2 again and be forced back to 8.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Blockout Tool<\/h2>\n\n\n\n<p>I created a &#8220;street sketcher&#8221; spline tool for unreal engine. It scatters houses and creates a road along a spline, and projects everything on the Z axis. It&#8217;s helps speed up the blockout process, especially on secondary locations. This is only a starting point, I will take the results and refine them more.<\/p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"http:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/blockout.mp4\"><\/video><figcaption class=\"wp-element-caption\">Street sketcher&#8221;<\/figcaption><\/figure>\n\n\n\n<p>Here is a result of a super quick test, done in less than 5 minutes, the results look convincing enough already, even before I manually tweak things.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/abdoubouam.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/blockout_3-1.jpg&quot;,&quot;figureClassNames&quot;:&quot;aligncenter size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-836&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1368,&quot;targetHeight&quot;:714,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1368\" height=\"714\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"http:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/blockout_3-1.jpg\" alt=\"\" class=\"wp-image-836\" srcset=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/blockout_3-1.jpg 1368w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/blockout_3-1-300x157.jpg 300w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/blockout_3-1-768x401.jpg 768w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/blockout_3-1-1000x522.jpg 1000w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/blockout_3-1-230x120.jpg 230w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/blockout_3-1-350x183.jpg 350w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/blockout_3-1-480x251.jpg 480w\" sizes=\"(max-width: 1368px) 100vw, 1368px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><figcaption class=\"wp-element-caption\">Quick Blockout<\/figcaption><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Main Character Model<\/h2>\n\n\n\n<p>This was where most of my time went in the last 2 weeks. I modeled the arms and hands, along with a believable design for elbow and shoulder joints. I also redid the entire spine, making it just 3 segments (4 if you include the hip) instead of a dozen of smaller vertebrae, and I designed a new torso again from scratch.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/abdoubouam.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Hand.jpg&quot;,&quot;figureClassNames&quot;:&quot;aligncenter size-large&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-833&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1829,&quot;targetHeight&quot;:2277,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"aligncenter size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1542\" height=\"1920\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"http:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Hand-1542x1920.jpg\" alt=\"\" class=\"wp-image-833\" srcset=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Hand-1542x1920.jpg 1542w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Hand-241x300.jpg 241w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Hand-768x956.jpg 768w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Hand-1234x1536.jpg 1234w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Hand-1645x2048.jpg 1645w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Hand-1000x1245.jpg 1000w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Hand-230x286.jpg 230w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Hand-350x436.jpg 350w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Hand-480x598.jpg 480w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Hand.jpg 1829w\" sizes=\"(max-width: 1542px) 100vw, 1542px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><figcaption class=\"wp-element-caption\">Arm design<\/figcaption><\/figure><\/div>\n\n\n<p>The main driver for the shape (aside from the aesthetics I want) is the mobility, so I created simple rigs (just parents and empties I animated), segmented the shapes and removed whatever was intersecting. It is imperative to me to limit all unrealistic deformations of metal, and focus on a more believable movement and mechanical design. Here are a few early movement tests.<\/p>\n\n\n\n<p>The first one is just basic double check, to make sure the arms do have a good motion range.<\/p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"http:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/movement_test_1.mp4\"><\/video><figcaption class=\"wp-element-caption\">Movement Test 1<\/figcaption><\/figure>\n\n\n\n<p>This one is more complex, testing some common\/difficult poses. (Ignore the weird object near the shoulders, it had the wrong mirror modifier settings)<\/p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"http:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/movement_test_2.mp4\"><\/video><figcaption class=\"wp-element-caption\">Movement Test 2<\/figcaption><\/figure>\n\n\n\n<p>The model is not as flexible as a human body in some cases, like touching both elbows together, because the torso is in the way, but it&#8217;s not an issue.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/abdoubouam.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/elbows.jpg&quot;,&quot;figureClassNames&quot;:&quot;aligncenter size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-832&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:890,&quot;targetHeight&quot;:642,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"890\" height=\"642\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"http:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/elbows.jpg\" alt=\"\" class=\"wp-image-832\" srcset=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/elbows.jpg 890w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/elbows-300x216.jpg 300w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/elbows-768x554.jpg 768w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/elbows-230x166.jpg 230w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/elbows-350x252.jpg 350w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/elbows-480x346.jpg 480w\" sizes=\"(max-width: 890px) 100vw, 890px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><figcaption class=\"wp-element-caption\">Can&#8217;t touch both elbows together<\/figcaption><\/figure><\/div>\n\n\n<p>The area that was the hardest to design was the torso. I didn&#8217;t want to make a complex layered mechanism because I thought it didn&#8217;t fit with the retrofuturistic style I wanted, and I did not want to limit mobility. I also didn&#8217;t want to make huge gaps between the segments, so I had to make the torso thinner than I initially wanted. The design started with very basic shapes (shown in the &#8220;Movement Test 2&#8221; video above), then I added difficult &#8220;yoga&#8221; poses, which is just the limit of mobility I wanted to achieve, and then edited the base mesh to remove intersections. After that I modeled the shell on top, and made the internals and detailed.<br>Here is the result with all of that done. There is no intersection, and there are tubes and a (basic) hydraulic system for each segment. I&#8217;m satisfied with the result.<\/p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"http:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Spine-1.mp4\"><\/video><figcaption class=\"wp-element-caption\">Movement Test 3<\/figcaption><\/figure>\n\n\n\n<p>I made a &#8220;tube generator&#8221; tool in blender. It took about 30 minutes to make, but it saved a lot of time, and I can reuse it in the future too. <\/p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"http:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/tube_generator.mp4\"><\/video><figcaption class=\"wp-element-caption\">Tube Generator<\/figcaption><\/figure>\n\n\n\n<p>The file can be downloaded for free from <a href=\"https:\/\/ko-fi.com\/s\/cc598cbf1d\">https:\/\/ko-fi.com\/s\/cc598cbf1d<\/a><\/p>\n\n\n\n<p>And finally, I put the model in a warehouse environment and made a cinematic lighting to make sure I am happy with the results before I commit. Below are the (almost) final renders. Zoom-in to see all the details.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-1 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/abdoubouam.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Robot_Render_6.jpg&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-831&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1920,&quot;targetHeight&quot;:1080,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"831\" src=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_6.jpg\" alt=\"\" class=\"wp-image-831\" srcset=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_6.jpg 1920w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_6-300x169.jpg 300w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_6-768x432.jpg 768w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_6-1536x864.jpg 1536w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_6-1000x563.jpg 1000w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_6-230x129.jpg 230w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_6-350x197.jpg 350w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_6-480x270.jpg 480w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/abdoubouam.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Robot_Render_5.jpg&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-830&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1920,&quot;targetHeight&quot;:1080,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"830\" src=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_5.jpg\" alt=\"\" class=\"wp-image-830\" srcset=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_5.jpg 1920w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_5-300x169.jpg 300w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_5-768x432.jpg 768w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_5-1536x864.jpg 1536w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_5-1000x563.jpg 1000w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_5-230x129.jpg 230w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_5-350x197.jpg 350w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_5-480x270.jpg 480w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/abdoubouam.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Robot_Render_4.jpg&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-829&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1920,&quot;targetHeight&quot;:1080,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"829\" src=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_4.jpg\" alt=\"\" class=\"wp-image-829\" srcset=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_4.jpg 1920w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_4-300x169.jpg 300w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_4-768x432.jpg 768w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_4-1536x864.jpg 1536w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_4-1000x563.jpg 1000w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_4-230x129.jpg 230w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_4-350x197.jpg 350w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_4-480x270.jpg 480w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/abdoubouam.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Robot_Render_3.jpg&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-828&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1920,&quot;targetHeight&quot;:1080,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"828\" src=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_3.jpg\" alt=\"\" class=\"wp-image-828\" srcset=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_3.jpg 1920w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_3-300x169.jpg 300w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_3-768x432.jpg 768w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_3-1536x864.jpg 1536w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_3-1000x563.jpg 1000w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_3-230x129.jpg 230w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_3-350x197.jpg 350w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_3-480x270.jpg 480w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/abdoubouam.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Robot_Render_2.jpg&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-827&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1920,&quot;targetHeight&quot;:1080,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"827\" src=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_2.jpg\" alt=\"\" class=\"wp-image-827\" srcset=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_2.jpg 1920w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_2-300x169.jpg 300w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_2-768x432.jpg 768w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_2-1536x864.jpg 1536w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_2-1000x563.jpg 1000w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_2-230x129.jpg 230w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_2-350x197.jpg 350w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_2-480x270.jpg 480w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/abdoubouam.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Robot_Render_1.jpg&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-826&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1920,&quot;targetHeight&quot;:1080,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"826\" src=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_1.jpg\" alt=\"\" class=\"wp-image-826\" srcset=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_1.jpg 1920w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_1-300x169.jpg 300w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_1-768x432.jpg 768w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_1-1536x864.jpg 1536w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_1-1000x563.jpg 1000w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_1-230x129.jpg 230w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_1-350x197.jpg 350w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_1-480x270.jpg 480w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/abdoubouam.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Robot_Render_7.jpg&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-825&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1920,&quot;targetHeight&quot;:1080,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"825\" src=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_7.jpg\" alt=\"\" class=\"wp-image-825\" srcset=\"https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_7.jpg 1920w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_7-300x169.jpg 300w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_7-768x432.jpg 768w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_7-1536x864.jpg 1536w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_7-1000x563.jpg 1000w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_7-230x129.jpg 230w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_7-350x197.jpg 350w, https:\/\/abdoubouam.com\/wp-content\/uploads\/2024\/08\/Robot_Render_7-480x270.jpg 480w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<figcaption class=\"blocks-gallery-caption wp-element-caption\">High Quality Renders<\/figcaption><\/figure>\n\n\n\n<p>This is still just the high-poly version. It&#8217;s about 30 million polygons so far, so even offline rendering struggles a bit. I hope I won&#8217;t face many issues when baking this in Substance Painter or Marmoset Toolbag.<\/p>\n\n\n\n<p>That&#8217;s all for this week, thanks for reading, and I hope to see you again next week. Cheers!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I didn&#8217;t want to post week 35 on its own because most of it was spent on the robot model and I didn&#8217;t feel like that&#8217;s worth a devlog on its own. So instead here&#8217;s a summary of what I did in the past 2 weeks. Mechanics I was talking with a friend about how spinning the character is one of the first things [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":829,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"_links":{"self":[{"href":"https:\/\/abdoubouam.com\/index.php\/wp-json\/wp\/v2\/posts\/840"}],"collection":[{"href":"https:\/\/abdoubouam.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/abdoubouam.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/abdoubouam.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/abdoubouam.com\/index.php\/wp-json\/wp\/v2\/comments?post=840"}],"version-history":[{"count":1,"href":"https:\/\/abdoubouam.com\/index.php\/wp-json\/wp\/v2\/posts\/840\/revisions"}],"predecessor-version":[{"id":844,"href":"https:\/\/abdoubouam.com\/index.php\/wp-json\/wp\/v2\/posts\/840\/revisions\/844"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/abdoubouam.com\/index.php\/wp-json\/wp\/v2\/media\/829"}],"wp:attachment":[{"href":"https:\/\/abdoubouam.com\/index.php\/wp-json\/wp\/v2\/media?parent=840"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/abdoubouam.com\/index.php\/wp-json\/wp\/v2\/categories?post=840"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/abdoubouam.com\/index.php\/wp-json\/wp\/v2\/tags?post=840"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}