I think you might be better off on another forum for coding related questions. StackOverflow has a good community around coding if you want to check it out.
Who do you think asked Dustin to come around to answer your question? :) I know its exciting and there is so much one could do and learn and experience and all. But calm down, one step at a time.. all of this is mighty complex and there is soooooo much one can learn, at any given time. I'd suggest you to finish what you…
I'm fairly new to MEL so please bare with me. I'm trying to create a script that will create a polyCube with a spotLight after pressing a button, but each time you press the button in the menu it would create another copy of the two, but right beside it and not on top of the original. Basically creating a loop of the cube…
@HangLi Hi , thanks for joying on in and entering. We got a new time-frame so you can finish your entry. Looking forward to whatever you come up with. ah you got me with the double post! i new that avatar looked familiar.
What is Time Lost? In the distant future, Earth has become nothing more than a milestone in the galaxy. With the emergence of countless creatures and species, all from the darkest corners of the known universe, the human race has survived by evolving. In a desperate time, they look to their technology to save…
Hello guys! Let me start off by saying I am a total freaking noob when it comes to this area, Im a bit out of my element, but what I am doing is making a huge mod overhaul for a video game called Total war: Shogun2. This requires me to change to the map from japan to china. After a tedious process i have got this to work…
Unfortunately that didn't work on one mod I was on. The core leader got an industry job and could no longer lead the project. His fellow programmer didn't want to take over. So I had to. It wasn't fun inheriting this project while attempting to get more coders and artists. While the original developers got new jobs or…
It actually runs smoothly even at 28M polys, probably due to the 1 bone = 1 mesh principle (excluding cables). I animated it straight after ZBrush, then reattached textured meshes to bones, but it could actually perform well on a USD import too — it has real-time performance in the viewport on a gaming laptop (i9-14900K,…
Well , " When you create an object/mesh for example a cylinder and you click on that object or something else. You can't adjust the radius, height or subcount anymore." Those videos show you totally can starting not from a cylinder but rather an edge. With screw or bend modifier then curve modifier again . For the tree…
On PC it is not so typical to cull on face level. Backface culling is basically a hardware feature, but frustum/occlusion culling not, you have to code your own algorithms leveraging GPU/CPU to do that. The static geometry of say good old quake/halflife levels indeed are culled on face level by CPU, prior sending to GPU,…