Tried creating a portrayal class and adding lighting in the same way as 3D
Balls and Bands and still no joy on Windows - looks better on macOS though.
Comparing the 3D Balls and Bands to my own code, nothing really stands out
as being that different at this point in terms of how I'm setting the scene
up. I'm going to keep plugging away at it, but let me know if you want me
to send you a link to the GitHub repository where the code is currently
sitting.
On Sun, Feb 5, 2017 at 1:48 PM, Robert Zupko <[log in to unmask]> wrote:
> The 3D Balls and Bands does in fact render correct in Windows. I'm going
> to create a custom portrayal in the same pattern as the BallPortrayal and
> report back later today if that work.
>
> On Sun, Feb 5, 2017 at 1:12 PM, Sean Luke <[log in to unmask]> wrote:
>
>> For example, the 3D Balls and Bands example in MASON is all lit spheres.
>> Does that one appear to render correctly in Windows?
>>
>> Sean
>>
>> On Feb 5, 2017, at 7:08 PM, Sean Luke <[log in to unmask]> wrote:
>>
>> > I have absolutely NO idea what's going on there. But I'd start by
>> using lit spheres. Right now you have unlit spheres (ones which just
>> display color and don't respond to lights). Try adding material to the
>> spheres which make them lit, and adding some light, and see if you see
>> something.
>> >
>> > On Feb 5, 2017, at 5:13 PM, Robert Zupko <[log in to unmask]> wrote:
>> >
>> >> I've run into some problems with the underlying Java3D in MASON. I've
>> managed to get things working by using the latest 1.6.0 Java3D release, but
>> only on macOS. On Windows the sphere's do not appear to be rendering
>> correctly. I've laid out the problem better on Stack Overflow in the
>> following question - http://stackoverflow.com/questions/42054250 -
>> however, this is a bit of a niche question.
>> >>
>> >> Has anyone on the LISTSERV encountered this same issue? How were you
>> able to resolve it?
>> >
>>
>
>
|