demike

Results 42 comments of demike

```html ``` should work. But you are right: ```html ``` Does not yet work. The material gets overwritten in that case. Will add a fix for that!

@NewYearNewPhil I think it could/should be part or handled within ThEngine. But ultimately I would refactor ThEngine to make more modular by composing it of different 'Renderer' services. Because when...

@Salketer can you take a look at this example: https://demike.github.io/ngx-three/html-example It displays an iframe with another 3d scene inside. And of course can use any html element inside. This is...

Hello, @Salketer and @SirukakSosta it took longer but now I have added support for multiple renderers. Now you can use CSS3DRenderer, CSS3DRenderer and WebGLRenderer together. You can take a look...

Hm Interfaces / Classes can be in arbitrary named files not linked to the class name itself Working Example: https://github.com/demike/TsUML2/blob/28c56177bf692fd5baf1c56970dec2b087fd62ca/src/demo/interfaces.ts The error you see is related to the link creation...

@jcurtis-cc can you post the full error string? So that I can see the id of the class/interface that produces the error?

> Ok I can check the 'as' problem but I am not shure about the out.svg on root folder problem

> In my case the problem was when I use alias (as) to resolve name conflict, besides of that I got "out.svg" on my root folder. @lesimoes where did you...

@TheoOliveira it would be great if you could provide an example that reproduces this behaviour. Debugging the problem should be easy then.

@circlenaut thanks for explaining the error. I think I have fixed your specific issue in version 0.12.1. Would be great if you could try the new version. @TheoOliveira does version...