Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rozky

Pages: [1] 2
1
I'm not sure if lwf is possible but I don't think you need wlf to improve renders .

Use a high-quality 3d model. Level of details depending on the distance from the camera.
Use high-quality textures. Try to eliminate repeating as you can.
Set your lights and camera near to a real-world setting.
Use postprocessing LUT and lightmix.

2
Yes, same issue here. It is something with refreshing. Stop buttons, WFB tools and 3d material preview window don't refresh.
restart can help.
it happens randomly and not often and I can't reproduce it again yet.
I installed the latest GPU drivers (SD), but it doesn't help.

Peter

3
[ARCHICAD] Feature Requests / Re: Setup lightmix
« on: 2020-03-02, 09:45:41 »
It's possible in WFB. Setup render elements and add Shading LightMiX, LightSelect.
Peter

4
These folders are Archicad Library and Archicad Migration Libraries.

5
did you run intaller as admin?


6
[ARCHICAD] Bug Reporting / duplicated faces
« on: 2020-02-18, 10:41:20 »
Hi,
when I use marque in 3d (only part of construct elements) there is duplicated faces in section. It is same with 3d cut planes.

(I tried to save it as obj file in Archicad and open it in C4D and there was duplicated faces. But when I save it as *.c4d file from ArchiCAD then geometry was clean. C4D exporter can remove duplicated faces)

Peter




7
Try this:
1. (automatic uninstallation) - Program Files\Corona\Corona for ARCHICAD - Uninstall.exe

2. delete all corona files from  "razsirenija Archicad" folder and all corona files from "add-on" folder. (if the addon folder is only for corona then delete it - you do not need it) Then open - ArchiCAD -addon manager and make sure that corona is NOT on the list.

3. run "corona-Archicad-alpha4-daily-2019-10-07-win"
4. If it is necessary manual copy ArchiCAD files from addon folder to razsirenija Archicad and delete addon folder

Hope this help
Peter

8
I got an issue with the new light.
See the attached file no emitting and the light is black.
The reference light is ok but not turnable to 90 degree


AC21HUN

Hi LUXi,
check light settings and make sure you have enabled light.

9
Corona light for Archicad 21

10
Hi LUXi, what kind of error message? AC22HUN?

11
I really don't get it. How can I rotate for example column on y-z axis? I tried to change planes, but all I can do is to rotate on x-y axis. Thanks for help :)
it's not possible. Morph and shell objects are an exception.
For gdl objects, you can use the hotspots.

12
I think the problem is in 3d script

"compute transform":
   EPS = 0.001
   dirX = coro_targetX - coro_posX
   dirY = coro_targetY - coro_posY
   dirZ = coro_targetZ - coro_posZ
   dirLen = SQR(dirX**2 + dirY**2 + dirZ**2)

   if ABS(dirZ) > EPS then
      rotationY = ATN(SQR(dirX**2 + dirY**2)/dirZ)
      if dirZ < 0 then rotationY = 180 + rotationY
   else
      rotationY = 90
   endif

   if ABS(dirX) > EPS then
      rotationZ = ATN(dirY / dirX)
      if dirX < 0 then rotationZ = 180 + rotationZ
   else
      if dirY > 0 then
         rotationZ = 90
      else
         rotationZ = -90
      endif
   endif

2d script can be usefull:

   HOTSPOT2 0,  coro_targetY,  unID, coro_targetX, 1+128 : unID = unID+1
   HOTSPOT2 -1, coro_targetY,  unID, coro_targetX, 3 : unID = unID+1
   HOTSPOT2 coro_targetX, coro_targetY,  unID, coro_targetX, 2 : unID = unID+1

   HOTSPOT2 coro_targetX, 0,  unID, coro_targetY, 1+128 : unID = unID+1
   HOTSPOT2 coro_targetX, -1,  unID, coro_targetY, 3 : unID = unID+1
   HOTSPOT2 coro_targetX, coro_targetY,  unID, coro_targetY, 2 : unID = unID+1

Peter



13
Quote

Yes, as I said, there is a problem with the proxy word, because everyone is explaining it differently :) From the Corona side - Corona Proxy is here to help the editor handling high-poly objects in the scene. What you want here is, however, an object importer, because AC is not providing a good way of importing custom geometry except for the libraries => prepare in Max and bring to AC.


To import objects to archicad I use the C4d bridge, but I think 3ds in can do it too. It is a little tricky - it is necessary to modify gdl code: replace some parts but if it is not very difficult - with note++ you can do it in few minutes.
More important is to have a low memory eater object.

14
I think it is possible to create hi-quality interior visualization by Corona.
But it is not possible to create hi-quality exterior visualization. The problem is the environment - a lot of objects and RAM usage.

for me, corona proxy is more important.
Combo: Corona proxy - Randomization materials - Corona scatter will be great
btw : Is the corona proxy virtual object (low memory eater)?

Thank you.
Peter




15
[Archive] Chaos Corona for ARCHICAD / Re: News
« on: 2019-08-06, 08:13:51 »
This week will be trello roadmap available, I find this a bit clumsy in the end :)
Hi, its great news.

Pages: [1] 2