Make default material visible with no lights
Reported by lindsay.kay (at xeolabs) | May 26th, 2010 @ 04:05 AM | in V0.7.6
Set the default material to these properties:
baseColor : [ 0.5, 0.5, 0.5 ],
specularColor: [ 0.9, 0.9, 0.9 ],
specular : 200,
shine : 1,
reflect : 0,
alpha : 1.0,
emit : 0.7
These are a balance that helps the user get started with a scene in both the presence and absence of lights.
With lights
Without lights
Comments and changes to this ticket
-
lindsay.kay (at xeolabs) May 26th, 2010 @ 04:06 AM
- no changes were found...
-
lindsay.kay (at xeolabs) May 26th, 2010 @ 04:06 AM
- no changes were found...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
SceneJS provides easy access to WebGL through a simple and declarative JavaScript API. The SceneJS API is functional, which enables its scene definitions to be really compact and expressive, while hooking into other JavaScript code just that little bit more smoothly.