-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query on Riemers 3D tutorial #14
Comments
Can you elaborate? The code remains unchanged from Riemers original implementation, as do the tutorials. This site is archiving the content, not altering (except for upgrading samples to now work in MonoGame) |
I owe you an aplogize. Maybe I was too tired serarching for a working code to this Riemer's HLSL thing from the Internet that I was talking about. |
No worries @neau33 , I'll check out your downloads and do some comparisons and see if I can improve the sample. |
MessinWithTheLightAndLampposts.zip Here's my best shot with lampposts until now. |
I tried to study the lamppost.x model file with ModelConverterX program whit no success because the program is not able to open binary formated model files. When I took a look at what was inside the file with a Hex editor I found it has only three material meshes to load instead of car.x file's seven and no bound external materials at all. However I kept study the case a bit further, downloaded a free lamppost model file put the file instead of the orginal but, the result was exactly the same. No desired result so the problem wasn't there like I thought at first. I went back to Riemer's site to see if I missed something. I compared the code in your blog to that in Riemer's blog and found they're not exactly the same anymore. So Riemer has been changed his code afterwards as I suspected before. It could be so that the model file in question wasn't Riemer's and he had not rights to share the file at his site so he had to change his code so everything seemed to be own and beautiful. Edit: |
Progression? Naturally the next thing would be turn the lights on to these lamppost. Edit: |
Now the lampposts are drawn in color brown and I feel I'm quite close but, still so far away... |
Sorry just spotted this issue update, is this still a problem @neau33 ? |
Although in Riemer's original tutorial code the lampposts are never drawn, you shouldn't just add the pictures as if they were drawn and then contend everything works like it should do.
The text was updated successfully, but these errors were encountered: