-
hello,
I have in my scene some transparent items, these items are animated and change the position ( draw order must be changed ) . I have embedded each item in a "layer" with a "priority" reflectin…
-
When picking objects in 3D if you click on an object that is hidden due to tag masking, it is still selected preventing you from selecting the objects behind it.
(In BIMsurfer, this is noticeable wit…
-
Hello,
I am not sure it is an issue, because I don’t master completely scenejs , I am using “scenejs deta 0.8”
So, I am doing a prototype of GUI using WebGL and I have selected scene js as a 3D en…
-
Asumming you create an alpha textured object, and loads ok (alpha,blend,texture), and you begin to add other objects within the scene (with alpha enabled) there is a point where the alpha textured obj…
meaw updated
13 years ago
-
```
Created the sample file 'index.html'
Created the file '.\test.js'
Unknown transparency input: None
Traceback (most recent call last):
File "..\scenejs-pycollada.py", line 169, in
main(sys.…
-
See https://groups.google.com/d/msg/scenejs/jdNGC6oOA10/7A0SxWaA1EMJ
-
http://stackoverflow.com/questions/6163982/reusing-json-object-nodes-with-scenejs?utm_source=twitterfeed&utm_medium=twitter
SceneJS is marking the node objects as visited in a map while it DFS traver…
-
Provide SceneJS 0.9 config to ignore errors raised by shader validation.
Validation is an optional step performed after compilation and linking.
There is a chance that this might be buggy in some re…
-
API changes in SceneJS V0.9 will allow us to run many scene graphs within the same JavaScript environment, where node IDs do not have to be globally unique. This makes it easy to broadcast updates and…
-
Recreate thus:
``` javascript
idleFunc: function() {
SceneJS.withNode("foo").delete();
SceneJS.withNode("bar").add("node", { type: "node", id: "foo" });
}
```
Destroyed node collection did n…