3D Grid in Rendering
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-08-21 03:15 PM
‎2009-08-21
03:15 PM
Do you guys notice that in rendering with the 3D grid on only the number or letter of the grid will show up, no circle or grid lines?
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-08-21 05:20 PM
‎2009-08-21
05:20 PM
Depends on the rendering engine. They show up with sketch render.
Does anyone know why not using lightworks or the internal engine?
Does anyone know why not using lightworks or the internal engine?
Erika
Architect, Consultant
MacBook Pro Retina, 15-inch Yosemite 2.8 GHz Intel Core i7 16 GB 1600 MHz DDR3
Mac OSX 10.11.1
AC5-18
Onuma System
"Implementing Successful Building Information Modeling"
Architect, Consultant
MacBook Pro Retina, 15-inch Yosemite 2.8 GHz Intel Core i7 16 GB 1600 MHz DDR3
Mac OSX 10.11.1
AC5-18
Onuma System
"Implementing Successful Building Information Modeling"

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-08-22 03:32 PM
‎2009-08-22
03:32 PM
Erika:
Taking a quick look at the 3D Script for the Standard Grid Marker library part, it look like the grid is made of lines using the lin_ statement, which has no actual 3D dimension. It should be possible to replace these with a 3D element, which would increase the polygon count.
From line 331 of the 3D Script:
if line_3d=1 then ! ONLY LINES IN 3D
if AC_Type = `Line` then
if AC_LineVisibility = `Full` then
lin_ p1x, p1y, 0, p2x, p2y, 0
lin_ p2x, p2y, 0, p3x, p3y, 0
lin_ p3x, p3y, 0, p6x, p6y, 0
lin_ p6x, p6y, 0, p7x, p7y, 0
lin_ p7x, p7y, 0, p8x, p8y, 0
endif
David
Taking a quick look at the 3D Script for the Standard Grid Marker library part, it look like the grid is made of lines using the lin_ statement, which has no actual 3D dimension. It should be possible to replace these with a 3D element, which would increase the polygon count.
From line 331 of the 3D Script:
if line_3d=1 then ! ONLY LINES IN 3D
if AC_Type = `Line` then
if AC_LineVisibility = `Full` then
lin_ p1x, p1y, 0, p2x, p2y, 0
lin_ p2x, p2y, 0, p3x, p3y, 0
lin_ p3x, p3y, 0, p6x, p6y, 0
lin_ p6x, p6y, 0, p7x, p7y, 0
lin_ p7x, p7y, 0, p8x, p8y, 0
endif
David
David Maudlin / Architect
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14
www.davidmaudlin.com
Digital Architecture
AC28 USA • Mac mini M4 Pro OSX15 | 64 gb ram • MacBook Pro M3 Pro | 36 gb ram OSX14