pspeed
April 11, 2016, 10:17am
6
I have a drop shadow implementation that I’ve posted here before. It’s only shaped based on the bounding boxes of the geometry but it does have the added benefit of intersecting with the scene more correct otherwise.
I included them as part of SimArboreal:
So, I’ve managed to port all of the prototype functionality over to an officially released Open Source library and application called SimArboreal.
[image]
The project is in two separate pieces.
The SimArboreal library. This just contains the base jar and an arboreal-assets jar. If you want to generate trees in your application then you just need this library.
If you just want to load saved j3os, all you need is the arboreal-assets.jar
Both of these can be found here: (as well as all of t…
…You can find the class here:
/*
* $Id$
*
* Copyright (c) 2013 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* * Neither the name of 'jMonkeyEngine' nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
This file has been truncated. show original
I haven’t tested it with JME 3.1 alpha 5 yet but it worked on alpha 3, I think.