You already have the camera vector (the vector of the camera's local X-axis)... so I assume you mean constructing the Eye Vector (aka Ray Vector: the vector of each individual pixel)? If so, you could certainly calculate that by building a ViewProjectionMatrix manually, based on an arbitrary camera position, FOV,…
Johny's right. If you're good enough, work will find YOU. However, I think that your portfolio would really have to be super fucking good for that to happen, and getting super fucking good at 3d is easiest to achieve through actual industry work... only my opinion though. Just keep at your 3d, and do as much networking as…
I finished a prototype to extract the major axis (run the script and then drag the mouse, at end of drag the proper axis constraint should be set) sadly maxscript has no global mousecallback, which means mousetrack blocks all other mouse operations. so one would need to do the move in maxscript, which would be ugly so, as…
oh yeah tnx, i didn't really think of that option, such a shame maxscript is so buggy second problem is that the import dialog has a loadingbar, so i thought i'd add a timer that would set a bool to true after 2 seconds but this doesn't seem to work and yet again i can't really see why not ( local PressImport = false local…
I've seen some fuel cell talk about making power more localized. I think Google even has a few shipping cargo container sized Biofuel Cells that help power one of their buildings. Also there is a lot of work being done to reduce the size of nuclear facilities, making them safer, self contained because of the lower output…
Tonight, my local IGDA chapter attended an event hosted by Epic Games at their new studio location. I had a great time. We were given a quick tour of the building, and it is awesome! CliffyB gave a demo of Gears of War, which everyone was excited about...except Cliff. I'm sure he's already played it hundreds of times.…
It's really mesmerizing to see how "tech" is leading us straight into cultural stagnation. Nothing is new, everything is just rehashed slop pushed by button-pushers - like these dime a dozen "game rendering through AI" videos. I dusted off a (paper) comic books and entertainment magazine from the 2000s the other day and I…
My workaround has been to open the UV editor via a shelf button that adds a custom panel next to the UV toolkit. When I want to add something I look up the MEL command for it and add an entry to the list. if (`workspaceControl -exists PixelBUV`) deleteUI PixelBUV; TextureViewWindow; global proc…
no its local, but the program was installed on local C and data was on another drive. I moved the project data to local C am going to look what happens. Is the memory and cpu usage normal ? What does it look like when you run
For a top of the line Boxx workstation you are looking at 6,000 bucks :) I think you can get a really decent workstation for 1,500 euros though. What works best for me is getting a computer built by a local shop. I have had a processor and HD blow out on my station. The shop replaced the processor for free and slipped a SD…