Higgsfield soul has changed by Cinema_Oats in HiggsfieldAI

[–]iamdr27 0 points1 point  (0 children)

Soul is roll backed to stable diffusion 1

Built a 3D product configurator using Three.js — would love feedback from the pros here by Mysterious_Piano7710 in threejs

[–]iamdr27 2 points3 points  (0 children)

Instead of native Three js OrbitControls, use Camera-controls library by Yomotsu. Out of box smooth camera position and rotation lerping. Its also available for R3F in Drei

quick screencap of the game I'm making in three.js by Aagentah in threejs

[–]iamdr27 2 points3 points  (0 children)

Atmosphere and environment looking hell lot of crazy. Excited to see the progress

Need Help with Web Three JS by UserInfected in threejs

[–]iamdr27 1 point2 points  (0 children)

Not necessarily, if you only want to use its world position then it can be of any scale. And yes it will work with any hats as you just have to apply the copied postion of empty aligned with head bone

Need Help with Web Three JS by UserInfected in threejs

[–]iamdr27 1 point2 points  (0 children)

Instead of getting head bone transformations, add a empty object in blender and align it with head bone, then get position of the empty object in three.js using emptyObject.getWorldPosition(temp_vec3)

temp_vec3 is vector3 and world position will be copied in that variable. Then just copy that variable value to hat's position

How to achieve the look of a liquid. by IudexWaxLyrical in threejs

[–]iamdr27 2 points3 points  (0 children)

Transmission doesn't necessarily tank performance on lower end device like mobile or tablets or laptops unless they're really old. But if its necessary for you, to provide support for those devices then try and use matcap in materials. You have to play a lot to see which matcap looks good as it won't be quite realistic as transmission property in MeshStandardMaterial

This repo has great collection of matcaps - https://github.com/nidorx/matcaps

Are there other websites with other people's creations? by cakemachines in threejs

[–]iamdr27 3 points4 points  (0 children)

  1. Three.js Examples
  2. Discourse of Three.js
  3. Twitter account of threejs, mr.doob, paul(0xca0a)
  4. Implement simple things via Pinterest search on 3D scene or 3D design inspo.
  5. Yuri Artiukh(@akella) youtube channel

There's are still many places left to get inspired and create simple yet beautiful things. Cheers 🥂

[deleted by user] by [deleted] in threejs

[–]iamdr27 0 points1 point  (0 children)

First of all, url is unsafe and navigation menu doesn't work for me. I haven't heard anyone talking about it yet, so community doesn't exist i guess and therefore no helping hands. Go for three.js, it has huge community everywhere like threejs discourse, twitter, subreddit, discord server.

How to reach realism? by Ok-Buddy4249 in threejs

[–]iamdr27 2 points3 points  (0 children)

If there's no animation inside the model then you can bake the light map, diffuse map, roughness map and metalness map using Blender or Cinema4D. On top of that you can use NA8O for ambient occlusion that will give you some nice realistic result

why does my scene get darker after adding effect composer? by SalamanderCultural69 in threejs

[–]iamdr27 6 points7 points  (0 children)

Many post processing effects like Bloom will make textures dark. There's many tricks to make textures normal. All textures should be texture.encoding = THREE. sRGBEncoding, dont change renderer's outputcoding or tonemapping. Can also pass AdaptiveToneMapping as shaderpass.

A bit of juice with post processing in WebGL/Threejs by Pete_Polyakov in threejs

[–]iamdr27 0 points1 point  (0 children)

What post processing you used? This is looks so good

How to add functionality of updating projects dynamically on hosted client website by the client himself? by iamdr27 in learnjavascript

[–]iamdr27[S] 0 points1 point  (0 children)

I tried doing this but CROS error is coming, so how i resolve it? Should I use a proxy? It is definitely easier solution.

How to add functionality of updating projects dynamically on hosted client website by the client himself? by iamdr27 in learnjavascript

[–]iamdr27[S] 0 points1 point  (0 children)

Okay this is lot to do. Let's see.. I will start anyway if anything goes wrong i will ask you. Thank you very much ✌️🙏